test 4
Dependencies: BLE_API mbed nRF51822
Fork of BLE_EvothingsExample_GATT by
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){} }