PIO hinzugefügt
This commit is contained in:
parent
99c282566f
commit
419e37eeae
14 changed files with 954 additions and 75 deletions
14
pio/mcus/atmega328p.h
Normal file
14
pio/mcus/atmega328p.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/***
|
||||
* 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
|
Loading…
Add table
Add a link
Reference in a new issue