whaleygeek / bitio

A micro:bit I/O device library for Python
Other
92 stars 31 forks source link

Neopixels support #38

Closed whaleygeek closed 1 year ago

whaleygeek commented 1 year ago

Need a way to import neopixels on micro:bit end and provide an API to access it.

Note this is not part of a 'microbit' package, so import on host end might have to be import microbit.neopixel as neopixel

whaleygeek commented 1 year ago

duplicate