测试:场景中延时执行、反馈灯控制,初步测试OK
场景执行基本功能都已测试通过,开关设备、插卡取电设备、温控器设备初步测试OK
This commit is contained in:
@@ -30,10 +30,10 @@ int main(void)
|
||||
SystemCoreClockUpdate();
|
||||
Systick_Init();
|
||||
|
||||
UARTx_Init(UART_0,512000);
|
||||
UARTx_Init(UART_1,512000);
|
||||
UARTx_Init(UART_2,512000);
|
||||
UARTx_Init(UART_3,512000);
|
||||
UARTx_Init(UART_0,9600); //RS485<38><35>ѯ<EFBFBD>˿<EFBFBD>
|
||||
UARTx_Init(UART_1,512000); //<2F><><EFBFBD>Դ<EFBFBD><D4B4><EFBFBD>
|
||||
UARTx_Init(UART_2,9600); //RS485<38><35><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>
|
||||
UARTx_Init(UART_3,115200); //BUS<55><53><EFBFBD><EFBFBD>
|
||||
|
||||
SYS_LED_Init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user