Skip to content

drc26A7/printfToSerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library to use printf in arduino sketches, so that it writes to Serial.

Installation
--------------------------------------------------------------------------------

To install this library, just place this entire folder as a subfolder in your
~/Arduino/libraries folder.

Note : Support for %f is enabled by this library, and may make your sketch larger.

Note : %llu support is missing in Arduino core libraries, so this package provides 
a helper function to convert long long unsigned int to C-strings : ulltoa.


Use
--------------------------------------------------------------------------------
Just add "#include <printfToSerial.h> to your sketch, and let's get printing !
See example for some examples of use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages