lpcmanager
Clone
Summary
Browse
Changes
Graph
Variable Options : fix parsing again (bug was because of saving corrupted data) and fix generator so that it is more compatible with legacy code.
som6
2020-11-13, Edouard Tisserant
ec35885da216
Variable Options : fix parsing again (bug was because of saving corrupted data) and fix generator so that it is more compatible with legacy code.
#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