From 57be3a1625f808036af8a3a94262aee74d22f41b Mon Sep 17 00:00:00 2001 From: Christoph Schneeberger Date: Thu, 28 Mar 2019 13:45:19 +0100 Subject: [PATCH] small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca86ac..76d2cb2 100644 --- a/README.md +++ b/README.md @@ -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 ` 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