bsalinas / ArduinoHue

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

Change hue to unsigned (because it goes from 0 to 65535), use _username instead of generic pseudo. And update for python3 #4

Open Julien-Gustin opened 2 years ago

Julien-Gustin commented 2 years ago

Change hue to unsigned (because it goes from 0 to 65535), use _username instead of generic pseudo. And update for python3