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_DEMO_SPI_HARDCODE by
Light_Header/hm_config.h@7:66586d2d7cb5, 2017-01-20 (annotated)
- Committer:
- hmiot
- Date:
- Fri Jan 20 17:59:26 2017 +0000
- Revision:
- 7:66586d2d7cb5
- Child:
- 8:285ebd0e83fb
BLE Central for Magic Light
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hmiot | 7:66586d2d7cb5 | 1 | |
| hmiot | 7:66586d2d7cb5 | 2 | |
| hmiot | 7:66586d2d7cb5 | 3 | #ifndef __HM_CONFIG_H__ |
| hmiot | 7:66586d2d7cb5 | 4 | #define __HM_CONFIG_H__ |
| hmiot | 7:66586d2d7cb5 | 5 | |
| hmiot | 7:66586d2d7cb5 | 6 | #include "mbed.h" |
| hmiot | 7:66586d2d7cb5 | 7 | #include "ble/BLE.h" |
| hmiot | 7:66586d2d7cb5 | 8 | #include "ble/DiscoveredCharacteristic.h" |
| hmiot | 7:66586d2d7cb5 | 9 | #include "ble/DiscoveredService.h" |
| hmiot | 7:66586d2d7cb5 | 10 | #include "ble/Gap.h" |
| hmiot | 7:66586d2d7cb5 | 11 | |
| hmiot | 7:66586d2d7cb5 | 12 | |
| hmiot | 7:66586d2d7cb5 | 13 | #endif /* ifndef __BLE_H__ */ |
