Energia16 - can't find the lib
Created by: smartrip
Hi,
Thanks for the library, I really like the way it works - specially comparing with the other.
Recently I switched to Texas Instrument CC3200 module (project requirement) and their IDE called Energia. Energia is similar to Arduino IDE as you probably know. I tried to integrate my code with your library, but wasn't successful. It works on regular Arduino board with Arduino IDE.
So, first I started to play with your examples, but couldn't even manage to make them work. Can you give me any hints?
The error message:
JsonGeneratorExample.cpp:7:25: fatal error: ArduinoJson.h: No such file or directory #include <ArduinoJson.h> ^ compilation terminated.
My environment: Windows 7, Energia 16, ArduinoJson v5.0.2
Fil