mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
add uart send adc data(cur & voltage)
This commit is contained in:
@@ -16,9 +16,9 @@ extern "C" {
|
||||
#define EN2_PIN GPIO_PIN_15
|
||||
|
||||
//
|
||||
#define HIGH_CUR 0
|
||||
#define HIGH_CUR 2
|
||||
#define MID_CUR 1
|
||||
#define LOW_CUR 2
|
||||
#define LOW_CUR 0
|
||||
|
||||
void Gate_Port_Init(void);
|
||||
void flow_route_selection(uint8_t selection);
|
||||
|
||||
Reference in New Issue
Block a user