Chris--A / PrintEx

An extension to the Arduino Print library, and much, much more...
GNU General Public License v3.0
61 stars 16 forks source link

Add precision parameter to printf methods. #1

Closed Chris--A closed 9 years ago

Chris--A commented 9 years ago

Currently the code only supports: %[flags][width][length]specifier

Another #define can be used to allow the standard format of: %[flags][width][.precision][length]specifier