diff --git a/Using-the-library-with-Arduino.md b/Using-the-library-with-Arduino.md index 0daf898..77aa098 100644 --- a/Using-the-library-with-Arduino.md +++ b/Using-the-library-with-Arduino.md @@ -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. +### 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 Click `File` / `Example` / `ArduinoJson`.