Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NeoPixel-DemoBuffer Final_project Final_project
Fork of PixelArray by
Diff: neopixel-spi.cpp
- Revision:
- 1:adbbe3e9f2c5
- Parent:
- 0:38eeab21a162
--- a/neopixel-spi.cpp Thu Jul 24 12:19:20 2014 +0000
+++ b/neopixel-spi.cpp Fri Jul 25 15:18:03 2014 +0000
@@ -38,9 +38,11 @@
// - Green is sent first, then red, then blue.
//
// g7,g6,g5,g4,g3,g2,g1,g0,r7,r6,r5,r4,r3,r2,r1,r0,b7,b6,b5,b4,b3,b2,b1,b0
- // \ /
- // \___________________________________________________________________/
- // |
+ // \_____________________________________________________________________/
+ // | _________________...
+ // | / __________________...
+ // | / / ___________________...
+ // | / / /
// GRB,GRB,GRB,GRB,...
for (size_t i = 0; i < length; i++) {
