|
file | am_radio.c |
| Driver for a small, low power AM radio transmitter, to broadcast monophonic square wave tones over a short distance.
|
|
file | am_radio.h |
| Driver for a small, low power AM radio transmitter, to broadcast monophonic square wave tones over a short distance. This project was inspired by the book "Make: AVR Programming" by Elliot Williams.
|
|
file | main.c |
|
file | pin_defines.h |
| Definitions for pins and ports. Connect a small wire to ANTENNA pin, you can boost the signal by touching the wire with your fingers, as the human body can act as a remarkably good antenna. Tune an AM radio to the carrier frequency to pick up the transmission.
|
|
file | scale.h |
| Contains the count values required for the note pitches to work at 8MHZ F_CPU.
|
|
file | sweet_child_o_mine.c |
| This file contains the implementation of the sequencing to reproduce the intro to Sweet Child O' Mine by Guns N Roses.
|
|
file | sweet_child_o_mine.h |
|
- See also
README
API reference and usage guide coming soon.