lpcmanager

Variable Options : fixed parsing, add On Load fix
som6
2020-11-12, Edouard Tisserant
fecb8381e105
Variable Options : fixed parsing, add On Load fix
- fixed parsing to deal with dblquotes and old bugs better, use intermediate representation once parsed, and add function to generate options string from that representation,
- add On Load fix to be backward compatible with previous options syntax and onchange column
#ifndef GOT100_H
#define GOT100_H
// GPIO_1_31 = 32 + 31 = 63
#define RUN_LED_GPIO 63
// GPIO_0_21
#define CAN0_EN_GPIO 21
// GPIO_0_17
#define CAN1_EN_GPIO 17
#define ONBOARD_I2C
#endif