BLE code for touch signal

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_Example by Bluetooth Low Energy

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