Include libraries - web ide

Good Afternoon
I tray to include the Libraries LiquidCrystal but by verify my code i receive this msg error (I fellow the instruction in documetation).
Thanks a lot
Valentino

lib/LiquidCrystal/examples/Spark-HelloSparky/Spark-HelloSparky.cpp:40:27: fatal error: LiquidCrystal.h: No such file or directory
#include “LiquidCrystal.h”
^
compilation terminated.
make[2]: *** […/build/target/user/platform-0-llib/LiquidCrystal/examples/Spark-HelloSparky/Spark-HelloSparky.o] Error 1
make[1]: *** [user] Error 2
make: *** [main] Error 2

Could you share the link from your Web IDE? That way we can have an exact look at the project. Make sure you’ve selected a recent version of system firmware as well.

1 Like

Thanks a lot After I write I found it was the firmaware (0.4.7) this libraries work with 6.2
All best and thanks from your suggestion

1 Like