From 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Mar 2016 16:10:33 +0100 Subject: Another full update of current work --- mcu/ATtiny85.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 mcu/ATtiny85.h (limited to 'mcu/ATtiny85.h') 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 - -// 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 -- cgit v1.2.3