Added Attiny 85 support

This commit is contained in:
BlackMark 2016-06-12 22:53:35 +02:00
parent c8bef36032
commit 7363565130

View File

@ -1,7 +1,7 @@
/*
* Copyright (c) by BlackMark 2015-2016
* Date 25/02/2016
* Version 2.4
* Date 12/06/2016
* Version 2.5
*/
#ifndef INOUT_H
@ -12,7 +12,7 @@
#define AVR_DIP40 defined (__AVR_ATmega32A__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega1284P__)
#define AVR_DIP28 defined (__AVR_ATmega8__) || defined (__AVR_ATmega168A__) || defined (__AVR_ATmega328P__)
#define AVR_DIP8 defined (__AVR_ATtiny13A__)
#define AVR_DIP8 defined (__AVR_ATtiny13A__) || defined (__AVR_ATtiny85__)
#if AVR_DIP40
#define PORT_PINA &PINA