itdaniher / WeDoMore

A Python Library & Reverse Engineering for the WeDo Kit.
GNU General Public License v2.0
36 stars 18 forks source link

Lego Power Functions lights are not supported #12

Closed filippsudanov closed 7 years ago

filippsudanov commented 7 years ago

Lego lights is a couple of LEDs, that also work with WeDo USB hub (https://shop.lego.com/en-US/LEGO-Power-Functions-Light-8870). They are supported by Lego software on Windows.

Would be nice to add support for this.

cpseager commented 7 years ago

Its trivial to do yourself, just add two more numbers (203, 204) in as valid motor IDs.

https://github.com/itdaniher/WeDoMore/issues/7

itdaniher commented 7 years ago

Hey! I haven't seen the LEDs before, probably a new device from LEGO? If someone makes a simple PR for this I'll happily merge it, or I'll do so myself when I find a few moments.

Thanks!