MaJerle / stm32fxxx-hal-libraries

Libraries for STM32F4xx and STM32F7xx built on HAL drivers from ST
MIT License
760 stars 436 forks source link

scanf function for stm32fxx #37

Open AnkyXCoder opened 5 years ago

AnkyXCoder commented 5 years ago

in one of your blogs you have mentioned about printf() funtion. I tried that and implemented in Keil MDK. Could you please help me with scanf() function and share it here?

MaJerle commented 5 years ago

I have never planned for this as saw no reason to use scanf function in embedded design.

Any reason for scanf usage?