gets BLE commands, displays turn and stop signals

Dependencies:   NeoStrip_edit2 mbed

Revision:
1:2718fc5af65d
Parent:
0:c78d0ce17cf3
Child:
2:d81dd88ca8a1
--- a/main.cpp	Fri Apr 25 14:43:30 2014 +0000
+++ b/main.cpp	Sat Apr 26 17:56:30 2014 +0000
@@ -96,7 +96,7 @@
 {
     for (int i = 0; i < N; i++)
     {
-        if (maskLeft[i] == 1)
+        if (maskLeft60[i] == 1)
             strip.setPixel(i, 0, 0xff, 0);   
         else
             strip.setPixel(i, 0);  
@@ -107,7 +107,7 @@
 {
     for (int i = 0; i < N; i++)
     {
-        if (maskRight[i] == 1)
+        if (maskRight60[i] == 1)
             strip.setPixel(i, 0, 0xff, 0);   
         else
             strip.setPixel(i, 0);  
@@ -118,7 +118,7 @@
 {
     for (int i = 0; i < N; i++)
     {
-        if (maskStop[i] == 1)
+        if (maskStop60[i] == 1)
             strip.setPixel(i, 0xff, 0, 0);   
         else
             strip.setPixel(i, 0);