aboutsummaryrefslogtreecommitdiff
path: root/mcu/ATtiny85.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-10-08 20:59:26 +0200
committerKarel Kočí <cynerd@email.cz>2015-10-08 20:59:26 +0200
commitacdd758e56e28f22846e7d34d87f5533c8682574 (patch)
treed8fda0b554e99d6ace98a9300ecb5835b5bf50e0 /mcu/ATtiny85.h
parent0b534d81ac39eb5bbf2b9a0691519f6f7f0eaa13 (diff)
downloadavr-ioe-acdd758e56e28f22846e7d34d87f5533c8682574.tar.gz
avr-ioe-acdd758e56e28f22846e7d34d87f5533c8682574.tar.bz2
avr-ioe-acdd758e56e28f22846e7d34d87f5533c8682574.zip
Add implementation of USART and more ground changes
Diffstat (limited to 'mcu/ATtiny85.h')
-rw-r--r--mcu/ATtiny85.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcu/ATtiny85.h b/mcu/ATtiny85.h
index 57f53e7..19db90d 100644
--- a/mcu/ATtiny85.h
+++ b/mcu/ATtiny85.h
@@ -4,6 +4,7 @@
#include <avr/io.h>
// SPI USI
+#define MCUSUPPORT_USI
#define DDR_USI DDRB
#define DD_DI DDB0
#define DD_DO DDB1