Added ATmega8A
This commit is contained in:
parent
c73fbeea85
commit
b4fca1e7ce
8
inout.h
8
inout.h
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) by BlackMark 2015-2016
|
* Copyright (c) by BlackMark 2015-2017
|
||||||
* Date 19/06/2016
|
* Date 17/04/2017
|
||||||
* Version 2.6
|
* Version 2.7
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INOUT_H
|
#ifndef INOUT_H
|
||||||
@ -11,7 +11,7 @@
|
|||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
|
||||||
#define AVR_DIP40 defined (__AVR_ATmega32A__) || defined (__AVR_ATmega644P__) || defined (__AVR_ATmega1284P__)
|
#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_DIP28 defined (__AVR_ATmega8__) || defined (__AVR_ATmega8A__) || defined (__AVR_ATmega168A__) || defined (__AVR_ATmega328P__)
|
||||||
#define AVR_DIP8 defined (__AVR_ATtiny13A__) || defined (__AVR_ATtiny85__)
|
#define AVR_DIP8 defined (__AVR_ATtiny13A__) || defined (__AVR_ATtiny85__)
|
||||||
|
|
||||||
#if AVR_DIP40
|
#if AVR_DIP40
|
||||||
|
Loading…
Reference in New Issue
Block a user