Initial basic start on the avr2560.h header

This commit is contained in:
Josh Stewart 2019-01-18 21:46:23 +11:00
parent 27de4f19c5
commit 8c45cb31b0
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef AVR2560_H
#define AVR2560_H
#if defined(CORE_AVR)
//#include "sam.h"
/*
***********************************************************************************************************
* General
*/
#define PORT_TYPE uint8_t //Size of the port variables (Eg inj1_pin_port).
#endif //CORE_AVR
#endif //AVR2560_H