Sfoglia il codice sorgente

Added JsonToken.cpp

Benoit Blanchon 11 anni fa
parent
commit
ed497df9d6
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      JsonParser.cpp

+ 5 - 4
JsonParser.cpp

@@ -1,7 +1,7 @@
-/*
- * Arduino JSON library
- * Benoit Blanchon 2014 - MIT License
- */
+/*
+ * Arduino JSON library
+ * Benoit Blanchon 2014 - MIT License
+ */
 
 // This file is here to help the Arduino IDE find the .cpp files
 
@@ -9,4 +9,5 @@
 #include "JsonParser/JsonHashTable.cpp"
 #include "JsonParser/JsonParserBase.cpp"
 #include "JsonParser/JsonValue.cpp"
+#include "JsonParser/JsonToken.cpp"
 #include "JsonParser/jsmn.cpp"