..
examples /FastSerial
A better workaround for the PSTR warning bug. This seems to work correctly.
2010-11-25 02:59:15 +00:00
BetterStream.cpp
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00
BetterStream.h
Add format attributes to printf and printf_P. The latter is a bit wishful as gcc isn't smart enough to deal with what PSTR does, but with some other hackery this can be used to generate useful warnings.
2010-11-23 09:09:52 +00:00
FastSerial.cpp
Add documentation and reformat closer to our current code standard.
2011-01-10 01:17:03 +00:00
FastSerial.h
Add documentation and reformat closer to our current code standard.
2011-01-10 01:17:03 +00:00
ftoa_engine.S
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00
ftoa_engine.h
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00
keywords.txt
"Fast" serial driver that fully overrides the Arduino-provided HardwareSerial/Serial* driver.
2010-08-23 06:25:03 +00:00
macros.inc
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00
ntz.h
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00
ultoa_invert.S
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00
vprintf.cpp
Resurrect lf -> crlf translation that was lost when I dropped the stdio support.
2010-11-25 03:41:52 +00:00
xtoa_fast.h
Bring in floating point support for BetterStream::printf, courtesy of the avr-libc implementation.
2010-11-23 00:38:16 +00:00