BLE code for touch signal

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_Example by Bluetooth Low Energy

main.cpp

Committer:
mbedAustin
Date:
2015-02-13
Revision:
0:cd5b6733aeb1
Child:
1:94152e7d8b5c

File content as of revision 0:cd5b6733aeb1:

#include "mbed.h"
#include "BLEDevice.h"


int
main(void)
{
    printf("This is an example program...");
    while(1){}
}