A simple GPIO simulate USART driver for STM32 bluepill board
/Drivers/vcom include vcom source code
copy /Drivers/vcom to your project. You can refer to the examples in the /Core directory to complete your own driver.
- support data tx delay by hardware timer
- support data tx delay by soft timer
- support data tx by FIFO buffer
- support data rx