corneliusmunz / legoino

Arduino Library for controlling Powered UP and Boost controllers
MIT License
257 stars 34 forks source link

Set LEDColor on Color & Distance Sensor 88007 #75

Open RalfStehle opened 1 year ago

RalfStehle commented 1 year ago

I manage to set the sensor mode with this byte sequence: 0x0a, 0x00, 0x41, 0x01, 0x08, 0x01, 0x00, 0x00, 0x00, 0x01 I think 0x08 means "distance mode".

How can I receive color values? How can I switch on the LED Color of the sensor itself?