HM_IOT_Demo / Mbed 2 deprecated BLE_DEMO_SPI

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_DEMO_SPI_HARDCODE by HM_IOT_Demo

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?

UserRevisionLine numberNew 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__ */