Sant

Results 2 comments of Sant

> Color sensor: > > ``` > def set_color(self, enable=True, port=PORT_GP2): > msg = Message() > msg.id = 137 > msg.ctrl = 0x03 > msg.params = bytearray([]) > msg.params.extend(bytearray([int(enable)])) >...

I need a solution too