master
parent c07f3610d4
commit 57be3a1625

@ -33,7 +33,7 @@ The TerSer.h offer the choice of 4 print format for numbers. Signed variables ha
If you are looking for a drop-in replacement for Arduino Serial with a smaller memory footprint follow the procedure outlined below to quickly switch your project to Didel TerSer:
* Add `#include <TerSer.h>` at the top of your sketch or select the library from your Arduino IDE (*Sketch* | *Include Library*)
* Use the either the library function names we provide or define your own function names, for example:
`#define Serialprint(x) Text(x)`
`#define Serialprint(x) Serialprint(x)`
* Search for all occurences or `Serial.print` and replace with `Serialprint`
Voila, you have switched to TerSer and enjoy smaller footprint at less mcu cycles

Loading…
Cancel
Save