|
|
@@ -1,7 +1,7 @@
|
|
|
-Using the library without Arduino
|
|
|
-=================================
|
|
|
+Using the library with Arduino
|
|
|
+==============================
|
|
|
|
|
|
-This library is primarily design to be used with the Arduino IDE and therefore has a simplified setup procedure for that purpose.
|
|
|
+This library is primarily design to be used with the Arduino IDE and therefore has a simplified setup procedure for that environment.
|
|
|
If you don't use the Arduino IDE, please read [Using the library without Arduino](Using the library without Arduino.md).
|
|
|
|
|
|
## Install the library
|
|
|
@@ -18,7 +18,6 @@ Click `File` / `Example` / `ArduinoJson`.
|
|
|
|
|
|

|
|
|
|
|
|
-
|
|
|
## Use the library in your sketches
|
|
|
|
|
|
Just add the following line at the top of your program:
|