BLE code for touch signal

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_Example by Bluetooth Low Energy

Committer:
mbedAustin
Date:
Fri Feb 13 21:02:25 2015 +0000
Revision:
0:cd5b6733aeb1
Child:
1:94152e7d8b5c
initial commit of skeleton for mbed-Evothings custom GATT service/characteristic example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbedAustin 0:cd5b6733aeb1 1 #include "mbed.h"
mbedAustin 0:cd5b6733aeb1 2 #include "BLEDevice.h"
mbedAustin 0:cd5b6733aeb1 3
mbedAustin 0:cd5b6733aeb1 4
mbedAustin 0:cd5b6733aeb1 5 int
mbedAustin 0:cd5b6733aeb1 6 main(void)
mbedAustin 0:cd5b6733aeb1 7 {
mbedAustin 0:cd5b6733aeb1 8 printf("This is an example program...");
mbedAustin 0:cd5b6733aeb1 9 while(1){}
mbedAustin 0:cd5b6733aeb1 10 }