Updated Arduino example

This commit is contained in:
Benoît Blanchon
2014-07-03 13:48:11 +02:00
parent daba65d987
commit 538b15b400

View File

@ -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);