Skip to content
Prev Previous commit
Next Next commit
Update docs/neopixel.rst
Co-authored-by: Carlos Pereira Atencio <[email protected]>
  • Loading branch information
microbit-mark and microbit-carlos authored Dec 16, 2020
commit 4e68ce5e9baa3a1ae37eb5843a19d60f2db3f1cf
2 changes: 1 addition & 1 deletion docs/neopixel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ need to import it separately with::
From our tests, the micro:bit NeoPixel module can drive up to around 256
NeoPixels. Anything above that and you may experience weird bugs and
issues. The micro:bit can only supply 90mA **V1** or 190mA **V2** to
external devices,larger numbers of NeoPixels require an external power
external devices, larger numbers of NeoPixels require an external power
supply with common ground.

NeoPixels are designed to work at 5V, but luckily they still function using
Expand Down