workss

Dependencies:   mbed BLE_API nRF51822 VL53L0X

Revision:
0:cd5b6733aeb1
Child:
1:94152e7d8b5c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Feb 13 21:02:25 2015 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "BLEDevice.h"
+
+
+int
+main(void)
+{
+    printf("This is an example program...");
+    while(1){}
+}
\ No newline at end of file