From f738bfd6d8764d05ac5118ac50ee5040015c17df Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 11 Sep 2017 20:07:46 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c117f5b..486bb15 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ Watch this repo for new updates! And of course, contributions are welcome ;) Many GSM modems, WiFi and radio modules can be controlled by sending AT commands over Serial. TinyGSM knows which commands to send, and how to handle AT responses, and wraps that into standard Arduino Client interface. +## API Reference + +For GPRS data streams, this library provides the standard [Arduino Client](https://www.arduino.cc/en/Reference/ClientConstructor) interface. +For additional functions, please refer to [this example sketch](examples/AllFunctions/AllFunctions.ino) + ## Troubleshooting ### SoftwareSerial problems