Simple Particle Photon Button trouble

I am very new to using the particle photon device.
I am having trouble flashing the leds on my particle photon button, it seems to give and error with ever code I have tried. The code it gives me every time is the following: “buttontest.ino:1:28: InternetButton.h:” No such file or directory. Could I please have help with this.

Make sure you are targeting a more recent device OS version (e.g. 0.6.3, 0.7.0 or even 0.8.0-rc.11)

Also have you imported the library correctly? Adding the #include "InternetButton.h" line is not enough.

1 Like

You can check this description, @jhardi46: