What I learned is that I need to generate, say, 2 or 3 tones on different pins, and tie them together.
I found an interesting example done using another compiler (
http://users.picbasic.org/projects/making_music/) and interrupts. In my application, I don't really see the need of using interrupts since gerating this chime will be the only thing that my PIC will be doing.
What I don't understand is how to do is generate 3 frequencies at the same time on 3 different pins. Any tips on this?
Bookmarks