Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 313 Bytes

UART_STM32F4

Uart serial library for STM32F4

  • Convenient library to use easily UART1, UART2, UART3, UART4, UART5, UART6.
  • Include ltoa.c in Uart.hpp only if ltoa is not implemented in you standard library implementation
  • main.cpp shows a simple example to use the library
  • Please report any bug