speeduino/speeduino/board_avr2560.h

14 lines
318 B
C
Raw Normal View History

#ifndef AVR2560_H
#define AVR2560_H
#if defined(CORE_AVR)
/*
***********************************************************************************************************
* General
*/
#define PORT_TYPE uint8_t //Size of the port variables (Eg inj1_pin_port).
void initBoard();
#endif //CORE_AVR
#endif //AVR2560_H