Bi color LED will not compile

Trying to load and will not compile I have an UNO clone

BiColorLED.ino (1.2 KB)

Please do not post the code here or give details of the libraries or board used and the errors errors as that would be too helpful

Under no circumstances read and follow the advice in read this before posting a programming question

It compiles fine for me. What error do you get?

Arduino: 1.6.10 Hourly Build 2016/06/28 09:34 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Users\dstrn\Desktop\BiColorLED.ino\BiColorLED.ino.ino:1:24: fatal error: BiColorLED.h: No such file or directory

#include <BiColorLED.h>

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

fatal error: BiColorLED.h: No such file or directory Seems pretty clear-cut; where did you put that library?