Writing documentation...

This commit is contained in:
Benoit Blanchon
2014-11-08 15:48:51 +01:00
parent 01f13c1b11
commit 2e47d546b2
6 changed files with 103 additions and 16 deletions

View File

@ -1,5 +1,11 @@
Generating JSON with Arduino JSON
==============================
=================================
Before writing any code, don't forget to include the header:
#include <ArduinoJson.h>
If your not using the Arduino IDE, please read [Using the library without Arduino](Using the library without Arduino.md).
## Example