b15f/pio/mcus/atmega328p.h
2019-03-25 09:57:38 +01:00

15 lines
311 B
C

/***
* atmega328p.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_ATmega328P__
#error Not implemented!
#endif