Updated Using the library with Arduino (markdown)

Benoît Blanchon
2016-01-06 18:41:46 +01:00
parent 47211a7db5
commit c0533bc102

@@ -3,15 +3,21 @@ If you don't use the Arduino IDE, please read [Using the library without Arduino
## Install the library
### For Arduino 1.6.x and superior
ArduinoJson is available in Arduino's Library Manager.
You can automatically install it from there.
Alternatively you can [download the zip package](https://github.com/bblanchon/ArduinoJson/releases) and extract it to:
### For old Arduino IDE version
You needed [download the zip package](https://github.com/bblanchon/ArduinoJson/releases) and extract it to:
<your Arduino Sketch folder>/libraries/ArduinoJson
Then restart the Arduino IDE.
**NOTE**: There are two packages the standard and the "old-layout". You need to use the "old-layout" for Arduino 1.0.X, Energia and other alternative IDE.
## Run the examples sketches
Click `File` / `Example` / `ArduinoJson`.