Main Error

Dependencies:   BurstSPI

Fork of PixelArray by Jacob Bramley

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++) {