Add section scanf

pull/3/head
Dmitry Murzinov 1 year ago
parent d1fc78aa57
commit b305cf96e6

@ -54,6 +54,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software
* [CLI](#cli)
* [Menu](#menu)
* [printf](#printf)
* [scanf](#scanf)
* [Logging](#logging)
* [GUI](#gui)
* [GUI editors](#gui-editors)
@ -370,6 +371,11 @@ Computer Vision
* [nanoprintf](https://github.com/charlesnicholson/nanoprintf) - The smallest public printf implementation for its feature set.
* [fmt](https://github.com/fmtlib/fmt) - Modern formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
### scanf
* [scanf](https://github.com/hisahi/scanf) - Portable implementation of scanf input functions in C.
* [ft_scanf](https://github.com/cbarbier/ft_scanf) - Simple scanf %s %c %d.
### Logging
* [embedded-log](https://github.com/to9/embedded-log) - Small and beautiful embedded log library for mcu.

Loading…
Cancel
Save