32 volatile uint8_t data_len = 0; |
32 volatile uint8_t data_len = 0; |
33 volatile uint8_t bitbuf_len = 0; |
33 volatile uint8_t bitbuf_len = 0; |
34 volatile uint16_t bitbuf = 0; |
34 volatile uint16_t bitbuf = 0; |
35 volatile uint8_t car_speed[MAX_SLOTS]; |
35 volatile uint8_t car_speed[MAX_SLOTS]; |
36 volatile uint8_t car_switch[MAX_SLOTS]; |
36 volatile uint8_t car_switch[MAX_SLOTS]; |
37 volatile uint8_t car_act[MAX_SLOTS]; |
37 volatile uint8_t car_act; |
38 |
38 |
39 volatile uint8_t car_timeout[MAX_SLOTS]; |
39 volatile uint8_t car_timeout[MAX_SLOTS]; |
40 volatile uint8_t timeout = 0; |
40 volatile uint8_t timeout = 0; |
41 volatile uint8_t brake_timeout = 0; |
41 volatile uint8_t brake_timeout = 0; |
42 |
42 |