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
Diff: Light_Header/hm_config.h
- Revision:
- 7:66586d2d7cb5
- Child:
- 8:285ebd0e83fb
diff -r 71e7a446ae6a -r 66586d2d7cb5 Light_Header/hm_config.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Light_Header/hm_config.h Fri Jan 20 17:59:26 2017 +0000 @@ -0,0 +1,13 @@ + + +#ifndef __HM_CONFIG_H__ +#define __HM_CONFIG_H__ + +#include "mbed.h" +#include "ble/BLE.h" +#include "ble/DiscoveredCharacteristic.h" +#include "ble/DiscoveredService.h" +#include "ble/Gap.h" + + +#endif /* ifndef __BLE_H__ */ \ No newline at end of file
