Skip to content

kkfranco98/QuickSerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSerial

QuickSerial is a C++ library for Arduino that enhances the standard Serial.print and Serial.println functions. It allows you to easily print multiple values of different types, arrays, booleans, and byte values with custom formatting — including automatic brackets, spacing, and separators.

💡 Ideal for debugging or generating structured, readable output in embedded applications.


Features

  • ✅ Concatenate and print multiple arguments of any type
  • ✅ Automatic closing brackets for [, {, (, <
  • ✅ Custom separators and spacing
  • ✅ Arrays and byte arrays fully supported
  • ✅ Byte values are printed in 0x.. format
  • ✅ Boolean values displayed as 'true' / 'false'

Check the example folder for more explanations.

About

an easier way to print to serial

Resources

License

Stars

Watchers

Forks

Packages

No packages published