From bb5e6f2237fd416c49ac0a857635aa83ced61f76 Mon Sep 17 00:00:00 2001 From: Christoph Schneeberger Date: Tue, 26 Mar 2019 11:50:48 +0100 Subject: [PATCH] readme fixes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbe259e..014f7d8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Use one include file to replace the Serial.print from Arduino library. [Installation](#terser-installation) [TerSer Limitations](#terser-limitations) [Function reference](#function-reference) +[About TerSer Library](#about-terser-library) ### What is the problem with Arduino Serial.print ? Serial.print is is most of the time used as a debugging tool, and with limited resources it is even more important to have the most lighweight solution for this task.