Updated Using the library with Arduino (markdown)

Dave1001
2016-02-28 20:07:12 +10:00
parent 6fa4f319eb
commit f8e9baedc3

@@ -26,6 +26,12 @@ 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. **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.
### For Visual Micro / Visual Studio 2015 / Atmel Studio
You need the latest version (January 2016 or later) of [Visual Micro](http://www.visualmicro.com) installed for Visual Studio or Atmel Studio.
ArduinoJson has a non-standard library structure so won't compile for older versions of Visual Micro that lack 'Deep Library Search'. For more information [refer to this article] (http://www.visualmicro.com/post/2016/01/14/How-to-improve-compile-times-dramatically.aspx)
## Run the examples sketches ## Run the examples sketches
Click `File` / `Example` / `ArduinoJson`. Click `File` / `Example` / `ArduinoJson`.