37 lines
809 B
C++
37 lines
809 B
C++
#if defined(CORE_TEMPLATE)
|
|
#include "globals.h"
|
|
|
|
void initBoard()
|
|
{
|
|
/*
|
|
***********************************************************************************************************
|
|
* General
|
|
*/
|
|
|
|
/*
|
|
***********************************************************************************************************
|
|
* Timers
|
|
*/
|
|
|
|
/*
|
|
***********************************************************************************************************
|
|
* Auxilliaries
|
|
*/
|
|
|
|
/*
|
|
***********************************************************************************************************
|
|
* Idle
|
|
*/
|
|
|
|
/*
|
|
***********************************************************************************************************
|
|
* Schedules
|
|
*/
|
|
}
|
|
|
|
uint16_t freeRam()
|
|
{
|
|
|
|
}
|
|
|
|
#endif |