debug
Fork of PololuLedStripx by
Diff: PololuLedStrip.cpp
- Revision:
- 22:77e743378104
- Parent:
- 19:46d7ab0ba3e7
--- 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)