hi guys,
My 2x16 LCD is properly connected.
When i flash code online using the particle build site, it works and the LCD shows what i wrote, but when i try to compile firmware using the particle command line interface on my computer, i get an error showing like this:
fatal error: LiquidCrystal/LiquidCrystal.h: No such file or directory
#include “LiquidCrystal/LiquidCrystal.h”
^
but the same exact code runs on my particle build online account. What am i missing exactly?? please help out.