Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 579 Bytes

File metadata and controls

12 lines (8 loc) · 579 Bytes

STM32F411x visitors

image

To enable serial console:

Console_Init(9600); //PA9 -> TX and PA10 -> RX
printConsole("Print what you want \n\r" );