傑裏之 實現低波特率的簡單數據發送篇

#ifdef ANOTHER_UART #define ANOTHER_BAUD 4800 void another_uart_write(char a) { JL_UART1->BUF = a; asm volatile(「csync」); while ((JL_UART1->CON0 & BIT(15)) == 0); //TX IDLE } static s32 another_test_u
相關文章
相關標籤/搜索