![]() |
eBoard ๐
โ โงโจ
Written for SIA 2017/2018
|
#include <assert.h>
Go to the source code of this file.
Functions | |
void | __assert (const char *__func, const char *__file, optVAL_t __lineno, const char *__sexp) |
[DEBUG_MODE] custom assert message More... | |
void __assert | ( | const char * | __func, |
const char * | __file, | ||
optVAL_t | __lineno, | ||
const char * | __sexp | ||
) |
[DEBUG_MODE] custom assert message
__func | the function name |
__file | the file name |
__lineno | the line number |
__sexp | the expression |
Error with: checkIdx in /home/eagleoutice/Dokumente/proj/_sia/src/eBoard.h >>idx>0x1 && idx < 0xA This happens if an out of bounds exception has occured. Following pins shouldn't be used: D2&D3 : Used for Bluetooth communication D4&D5 : Used for main motor control D10-13: Used for smart-servo-shield