|
| file | am_radio.c [code] |
| | Driver for a small, low power AM radio transmitter, to broadcast monophonic square wave tones over a short distance.
|
| |
| file | am_radio.h [code] |
| | 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 [code] |
| |
| file | pin_defines.h [code] |
| | 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 [code] |
| | Contains the count values required for the note pitches to work at 8MHZ F_CPU.
|
| |
| file | sweet_child_o_mine.c [code] |
| | 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 [code] |
| |