bsalinas / ArduinoHue

An Arduino Library for controlling the Philips Hue
95 stars 15 forks source link

Typo in README.md file #2

Closed akarsh closed 5 years ago

akarsh commented 7 years ago

It is written as 'se' But it should be 'set' hue.seHueSat(1,45000,255); hue.setHueSat(1,45000,255);

I added the library but i am getting this error when compiling

libraries/SerialHue/SerialHue.cpp.o:(.rodata._ZTI9SerialHue[_ZTI9SerialHue]+0x8): undefined reference to `typeinfo for ArduinoHue'