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: mbed BLE_API nRF51822
main.cpp@0:cd5b6733aeb1, 2015-02-13 (annotated)
- Committer:
- mbedAustin
- Date:
- Fri Feb 13 21:02:25 2015 +0000
- Revision:
- 0:cd5b6733aeb1
- Child:
- 1:94152e7d8b5c
initial commit of skeleton for mbed-Evothings custom GATT service/characteristic example
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbedAustin | 0:cd5b6733aeb1 | 1 | #include "mbed.h" |
mbedAustin | 0:cd5b6733aeb1 | 2 | #include "BLEDevice.h" |
mbedAustin | 0:cd5b6733aeb1 | 3 | |
mbedAustin | 0:cd5b6733aeb1 | 4 | |
mbedAustin | 0:cd5b6733aeb1 | 5 | int |
mbedAustin | 0:cd5b6733aeb1 | 6 | main(void) |
mbedAustin | 0:cd5b6733aeb1 | 7 | { |
mbedAustin | 0:cd5b6733aeb1 | 8 | printf("This is an example program..."); |
mbedAustin | 0:cd5b6733aeb1 | 9 | while(1){} |
mbedAustin | 0:cd5b6733aeb1 | 10 | } |