Serial Musical Organ 1.0
Buzzer controller and musical organ
Loading...
Searching...
No Matches
CPU.h
Go to the documentation of this file.
1
34#ifndef CPU_H
35#define CPU_H
36
51#ifndef __AVR_ATmega168__
52 #define __AVR_ATmega168__
53#endif
54
78#ifndef BAUD
79 #define BAUD 9600UL
80#endif
81
120#ifndef F_CPU
121 #define F_CPU 16000000UL
122#endif
123
129/* #define F_CPU_MHZ 16 // (F_CPU / 1000000) */
130
153#endif /* CPU_H */