So I found this a github library for connecting the philips hue lightbulbs to the arduino, except I don't think I've mastered how the libraries work with it.
Whenever I include a library or add the files then it gives me errors, and following the usage on the github page also leaves me confused. It keeps telling me that it requires a constructor or destructor. Isn't that what the library is for?
Here is a link to the github page: https://github.com/bsalinas/ArduinoHue
I am basically doing everything to the letter, and am lost. Any helpful suggestions?