test
Dependencies: BLE_API mbed nRF51822
Fork of Connect_Test4 by
Diff: main.cpp
- Revision:
- 0:cd5b6733aeb1
- Child:
- 1:94152e7d8b5c
diff -r 000000000000 -r cd5b6733aeb1 main.cpp --- /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