Serial Musical Organ 1.0
Buzzer controller and musical organ
Loading...
Searching...
No Matches
pinDefines.h
Go to the documentation of this file.
1
14#ifndef PIN_DEFINES_H
15#define PIN_DEFINES_H
16
31#define BUZZER_DDR DDRB
32
42#define BUZZER_PIN PB0
43
52#define BUZZER_PORT PORTB
53
56#endif /* PIN_DEFINES_H */