Initial (buggy) version

Dependencies:   BLE_API mbed nRF51822

Fork of nRF51822_SimpleControls by RedBearLab

Revision:
11:45f76d2b5b8c
Parent:
10:eb100af346bf
Child:
12:99c81e757506
--- a/main.cpp	Fri Dec 16 17:02:34 2016 +0000
+++ b/main.cpp	Sat Dec 17 16:04:55 2016 +0000
@@ -250,7 +250,7 @@
             snowflakes(250, NUM_LEDS, m_strip);
             
         else if (pattern == PATTERN_ICE)
-            iceflakes(250, NUM_LEDS, m_strip);
+            iceflakes(150, NUM_LEDS, m_strip);
             
         else if (pattern == PATTERN_XMAS)
             xmas(200, NUM_LEDS, m_strip);