Hello all,
I’m relatively new to the Particle game and I’ve been working on getting my Argon board to work with some driver code for a sensor I’m using. I keep running into this issue:
fatal error: Sensirion_SCD30.h: No such file or directory
Sensirion_SCD30.h is the header file for the library I created. I am following the structure mentioned in this post (this-> Creating a Library). I have tried doing this in the VSCode workbench and also with the particle CLI reaching the same result both ways. Any suggestions?