|
Serial Musical Organ 1.0
Buzzer controller and musical organ
|
Hardware pin mapping for BUZZER/buzzer output. More...

Go to the source code of this file.
Macros | |
| #define | BUZZER_DDR DDRB |
| Data Direction Register for BUZZER pin. | |
| #define | BUZZER_PIN PB0 |
| BUZZER pin number within its port. | |
| #define | BUZZER_PORT PORTB |
| Output port register for BUZZER pin. | |
Hardware pin mapping for BUZZER/buzzer output.
Maps the BUZZER/buzzer to specific microcontroller pins. Centralizes pin definitions for easy hardware changes.
Definition in file pinDefines.h.