Using nRF52 as Line Beacon

Dependencies:   mbed-os

Fork of BLE_GAP_Example by Bluetooth Low Energy

Committer:
mbedAustin
Date:
Wed Jan 28 00:30:09 2015 +0000
Revision:
0:5375be4301ed
Child:
1:0692bee84264
Initial Base, nothing written, just a skeleton program with libraries

Who changed what in which revision?

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