K64F version

Fork of PololuLedStrip_r8 by Michael Koster

Revision:
22:77e743378104
Parent:
19:46d7ab0ba3e7
Child:
25:3b22d6d32a7a
--- a/PololuLedStrip.cpp	Tue Nov 26 23:05:08 2013 +0000
+++ b/PololuLedStrip.cpp	Sat Sep 27 23:58:33 2014 +0000
@@ -38,7 +38,7 @@
 
 PololuLedStrip::PololuLedStrip(PinName pinName)
 {
-    gpio_init(&gpio, pinName, PIN_OUTPUT);
+    gpio_init_out(&gpio, pinName);
 }
 
 void PololuLedStrip::write(rgb_color * colors, unsigned int count)