DO输出初始化拉高

This commit is contained in:
qiuxin 2025-06-12 19:40:23 +08:00
parent 90e512ef8c
commit 6e22efe0e8
1 changed files with 1 additions and 1 deletions

View File

@ -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;