The firmware of the Grove Node

Dependencies:   BLE_API color_pixels mbed-src-nrf51822 nRF51822

Fork of BLE_LoopbackUART by Bluetooth Low Energy

Revision:
11:c0885b74a63a
Parent:
10:f34ff4e47741
--- a/udriver/led.cpp	Thu Jun 04 09:34:13 2015 +0000
+++ b/udriver/led.cpp	Thu Jun 04 12:39:32 2015 +0000
@@ -31,6 +31,8 @@
         pwm->period(period);
     }
     
+    // printf("pulse: %f, period: %f\n", pulse_width, period);
+    
     return 0;
 }