Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_GAP_Example by
main.cpp@0:5375be4301ed, 2015-01-28 (annotated)
- 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?
User | Revision | Line number | New 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 | } |