Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

File metadata and controls

10 lines (7 loc) · 376 Bytes

serio: Minimal Serial I/O Library

serioio is a minimalistic I/O library designed to provide essential input and output operations for serial communication.

TODO

  • Fix serio_printf instructions.
  • Fix serio_printf return.
  • Add hexadecimal print of long/unsigned long to serio_printf.
  • Add basic serio_scanf reading string, char and hexadecimal numbers.