 |
Midnight Sun Firmware
|
Loading...
Searching...
No Matches
27#define CC_IO_EXP_ADDR 0x20
28#define CC_IO_EXP_I2C_PORTS 2
29#define CC_IO_EXP_SDA \
30 { .port = GPIO_PORT_A, .pin = 10 }
31#define CC_IO_EXP_SCL \
32 { .port = GPIO_PORT_A, .pin = 9 }
35#define ADC_HALL_SENSOR \
36 { .port = GPIO_PORT_A, .pin = 0 }
38 { .port = GPIO_PORT_A, .pin = 8 }
39#define ADC_TURN_SIGNAL \
40 { .port = GPIO_PORT_A, .pin = 6 }
41#define ADC_CRUISE_CONTROL \
42 { .port = GPIO_PORT_A, .pin = 7 }
44 { .port = GPIO_PORT_B, .pin = 15 }
45#define BRAKE_LIMIT_SWITCH \
46 { .port = GPIO_PORT_B, .pin = 13 }
47#define CRUISE_CONTROL_BUTTON \
48 { .port = GPIO_PORT_B, .pin = 12 }
52 { .port = GPIO_PORT_A, .pin = 10 }
54 { .port = GPIO_PORT_A, .pin = 9 }
58 { .port = GPIO_PORT_A, .pin = 1 }
60 { .port = GPIO_PORT_A, .pin = 4 }
62 { .port = GPIO_PORT_A, .pin = 3 }
64 { .port = GPIO_PORT_A, .pin = 2 }
67#define BATT_CURR_DISP1 \
68 { .port = GPIO_PORT_A, .pin = 5 }
69#define BATT_CURR_DISP2 \
70 { .port = GPIO_PORT_B, .pin = 0 }
71#define BATT_CURR_DISP3 \
72 { .port = GPIO_PORT_B, .pin = 7 }
73#define BATT_CURR_DISP4 \
74 { .port = GPIO_PORT_B, .pin = 6 }
77#define BATT_VOLT_DISP1 \
78 { .port = GPIO_PORT_B, .pin = 1 }
79#define BATT_VOLT_DISP2 \
80 { .port = GPIO_PORT_B, .pin = 11 }
81#define BATT_VOLT_DISP3 \
82 { .port = GPIO_PORT_B, .pin = 10 }
83#define BATT_VOLT_DISP4 \
84 { .port = GPIO_PORT_B, .pin = 2 }
89 .A1 = SPEED_DISP1, .B1 = SPEED_DISP2, .C1 = SPEED_DISP3, .D1 = SPEED_DISP4, .A2 = BATT_CURR_DISP1, .B2 = BATT_CURR_DISP2, .C2 = BATT_CURR_DISP3, .D2 = BATT_CURR_DISP4, .A3 = BATT_VOLT_DISP1, \
90 .B3 = BATT_VOLT_DISP2, .C3 = BATT_VOLT_DISP3, .D3 = BATT_VOLT_DISP4 \