From acdd758e56e28f22846e7d34d87f5533c8682574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2015 20:59:26 +0200 Subject: Add implementation of USART and more ground changes --- mcu/ATmega8A.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mcu/ATmega8A.h') diff --git a/mcu/ATmega8A.h b/mcu/ATmega8A.h index 1ded665..a2d3adf 100644 --- a/mcu/ATmega8A.h +++ b/mcu/ATmega8A.h @@ -3,6 +3,7 @@ #include // SPI +#define MCUSUPPORT_SPI #define DDR_SPI DDRB #define DD_SS DDB2 #define DD_SCLK DDB5 @@ -13,3 +14,5 @@ #define PORT_SCLK PORTB5 #define PORT_MOSI PORTB3 #define PORT_MISO PORTB4 +// USART +#define MCUSUPPORT_USART0 -- cgit v1.2.3