Go to the source code of this file.
◆ main()
Definition at line 20 of file uart1_timer1_tx.c.
21{
23
25 while(1)
26 {
36 }
37}
void SYS_Delay(uint16_t t)
void UART1_TxString(uint8_t *str)
@ UART1_BaudSource_Timer1
void UART1_TxHex(uint8_t hex)
void UART1_Config8bitUart(UART1_BaudSource_t baudSource, HAL_State_t _1TMode, uint32_t baudrate)
◆ ticks_ms
An approximate estimate of instruction cycles in one second, may vary in different compilers even differnt versions, adjust it if you find the delay too slow or fast.
Definition at line 30 of file fw_sys.c.
◆ ticks_us