Main Error

Dependencies:   BurstSPI

Fork of PixelArray by Jacob Bramley

Files at this revision

API Documentation at this revision

Comitter:
JacobBramley
Date:
Fri Jul 25 15:18:03 2014 +0000
Parent:
0:38eeab21a162
Child:
2:3c3c41774cdf
Commit message:
First, tentative release. This version hasn't been tested (except to check that it builds) because I don't have any NeoPixels.

Changed in this revision

neopixel-spi.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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++) {