DO输出初始化拉高
This commit is contained in:
parent
90e512ef8c
commit
6e22efe0e8
|
@ -75,7 +75,7 @@ uart_t hart2_uart2 = {0};
|
|||
uart_t hart1_uart5 = {0};
|
||||
uart_t usb_uart1 = {0};
|
||||
float current_buff[2] = {12.0f, 0};//设置初始电流为12ma
|
||||
uint8_t TCA6416_WritePort_buff[2] = {0, 0};
|
||||
uint8_t TCA6416_WritePort_buff[2] = {0x00, 0x01};
|
||||
|
||||
uint8_t tcp_echo_flags_hart1 = 0;
|
||||
uint8_t tcp_echo_flags_hart2 = 0;
|
||||
|
|
Loading…
Reference in New Issue