nucleo version

Fork of PololuLedStrip by David Grayson

Revision:
23:aa89fb2a5769
Parent:
22:7a2bda46a606
--- a/PololuLedStrip.cpp	Wed Dec 24 18:15:59 2014 +0000
+++ b/PololuLedStrip.cpp	Wed Dec 24 19:01:54 2014 +0000
@@ -28,8 +28,8 @@
         // will not overflow in the worst case (smallest possible f_mhz).
         //led_strip_write_delays[0] = 750*f_mhz/1000 - 33;
         //led_strip_write_delays[1] = 550*f_mhz/1000 - 20;    
-        led_strip_write_delays[0] = 28; // for Nucleo F411RE
-        led_strip_write_delays[1] = 20;    
+        led_strip_write_delays[0] = 23; // for Nucleo F411RE
+        led_strip_write_delays[1] = 27;    
     }
  
     // Convert from units of cycles to units of half-cycles; it makes the assembly faster.