diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-08 16:10:33 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-08 16:10:33 +0100 |
commit | 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 (patch) | |
tree | 8341804d561c0060176cbebc3f9a57c7c07f7816 /mcu/ATmega8A.h | |
parent | 4e773191d447ac434536262a6f204dd991d4ad77 (diff) | |
download | avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.gz avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.bz2 avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.zip |
Another full update of current work
Diffstat (limited to 'mcu/ATmega8A.h')
-rw-r--r-- | mcu/ATmega8A.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mcu/ATmega8A.h b/mcu/ATmega8A.h deleted file mode 100644 index a2d3adf..0000000 --- a/mcu/ATmega8A.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This is specific configuration for ATmega8A. - */ -#include <avr/io.h> - -// SPI -#define MCUSUPPORT_SPI -#define DDR_SPI DDRB -#define DD_SS DDB2 -#define DD_SCLK DDB5 -#define DD_MOSI DDB3 -#define DD_MISO DDB4 -#define PORT_SPI PORTB -#define PORT_SS PORTB2 -#define PORT_SCLK PORTB5 -#define PORT_MOSI PORTB3 -#define PORT_MISO PORTB4 -// USART -#define MCUSUPPORT_USART0 |