PIO hinzugefügt

This commit is contained in:
Tristan Krause 2019-03-25 09:57:38 +01:00
parent 99c282566f
commit 419e37eeae
14 changed files with 954 additions and 75 deletions

17
pio/mcus/atmega1284.h Normal file
View file

@ -0,0 +1,17 @@
/***
* atmega1284.h
* This file is part of the PIO library.
* For license information see "pio.h" in the super parent directory.
*/
#if !defined(PIOLIB) || PIOLIB < 100
#error This file should not be included directly. Use "pio.h" instead.
#endif
#ifdef __AVR_ATmega1284__
#define MCU ATmega1284
#include "../i2c/impl0.h"
#endif