diff --git a/examples/stm32/stm32-h103/led_stripe/led_stripe.c b/examples/stm32/stm32-h103/led_stripe/led_stripe.c index d13221b1..9cf9d4f1 100644 --- a/examples/stm32/stm32-h103/led_stripe/led_stripe.c +++ b/examples/stm32/stm32-h103/led_stripe/led_stripe.c @@ -24,6 +24,8 @@ * http://www.adafruit.com/datasheets/LPD6803.pdf */ +#include + #include #include @@ -173,7 +175,16 @@ void step_colors(struct color *colors, int count) { struct color tmp_color1; struct color tmp_color2; +/* random blinking */ +/* + for (i=0; i