Viatorus / emio

A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.
https://viatorus.github.io/emio/
MIT License
131 stars 3 forks source link

Define a stable API #10

Open Viatorus opened 1 year ago

Viatorus commented 1 year ago

Doesn't need to be 100 % non breakable but it would be good to make some basic decisions.

Every help is welcome! :)

Viatorus commented 11 months ago

I wonder if emio::parse would be a better name instead of emio::scan since scan does not read from cin (unlike scanf from C).