mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Updated Arduino example
This commit is contained in:
@ -11,7 +11,7 @@ void setup()
|
||||
|
||||
JsonHashTable<3> h;
|
||||
|
||||
h.add("pi", 3.14);
|
||||
h.add("pi", 3.14159265358979323846, 4);
|
||||
|
||||
JsonArray<3> a;
|
||||
a.add(1);
|
||||
|
Reference in New Issue
Block a user