This library lets you control the addressable RGB LED strips from Pololu Robotics. Forked to add selectable colour order (Support RGB or GRB Leds)

Fork of PololuLedStrip by David Grayson

Revision:
25:d72818ba17cc
Parent:
23:881d93b8749a
Child:
26:c3193bc73cff
--- a/PololuLedStrip.cpp	Fri Sep 09 22:12:31 2016 +0000
+++ b/PololuLedStrip.cpp	Thu Nov 03 21:02:47 2016 +0000
@@ -65,9 +65,5 @@
     }
         
     __enable_irq();   // Re-enable interrupts now that we are done.
-    wait_us(24);      // Hold the line low for 24 microseconds to send the reset signal.
-    
-    //*(gpio.reg_set) = gpio.mask;
-    //*(gpio.reg_clr) = gpio.mask;
-
+    wait_us(80);      // Send the reset signal.
 }
\ No newline at end of file