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/ATtiny85.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/ATtiny85.h')
-rw-r--r-- | mcu/ATtiny85.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mcu/ATtiny85.h b/mcu/ATtiny85.h deleted file mode 100644 index 19db90d..0000000 --- a/mcu/ATtiny85.h +++ /dev/null @@ -1,15 +0,0 @@ -/* This is specific configuration for ATtiny85. - * This configuration also applies on ATtiny45 and ATtiny25. - */ -#include <avr/io.h> - -// SPI USI -#define MCUSUPPORT_USI -#define DDR_USI DDRB -#define DD_DI DDB0 -#define DD_DO DDB1 -#define DD_USCK DDB2 -#define PORT_USI PORTB -#define PORT_DI PORTB0 -#define PORT_DO PORTB1 -#define PORT_USCK PORTB2 |