Using nRF52 as Line Beacon

Dependencies:   mbed-os

Fork of BLE_GAP_Example by Bluetooth Low Energy

main.cpp

Committer:
mbedAustin
Date:
2015-01-28
Revision:
0:5375be4301ed
Child:
1:0692bee84264

File content as of revision 0:5375be4301ed:

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


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