Closed Gadgetoid closed 4 years ago
This change takes into account that mote.get_pixel now returns four values- red, green, blue and brightness- and ensures the right values are passed into rgb_to_hsv when calculating LED brightness.
mote.get_pixel
rgb_to_hsv
This change takes into account that
mote.get_pixel
now returns four values- red, green, blue and brightness- and ensures the right values are passed intorgb_to_hsv
when calculating LED brightness.