diff options
Diffstat (limited to 'mcu/ATmega328P.h')
-rw-r--r-- | mcu/ATmega328P.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mcu/ATmega328P.h b/mcu/ATmega328P.h index dc42233..b5527bf 100644 --- a/mcu/ATmega328P.h +++ b/mcu/ATmega328P.h @@ -5,6 +5,7 @@ #include <avr/io.h> // SPI +#define MCUSUPPORT_SPI #define DDR_SPI DDRB #define DD_SS DDB2 #define DD_MOSI DDB3 @@ -15,3 +16,5 @@ #define PORT_MOSI PORTB3 #define PORT_MISO PORTB4 #define PORT_SCLK PORTB5 +// USART +#define MCUSUPPORT_USART |