HM_IOT_Demo / Mbed 2 deprecated BLE_DEMO_SPI

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_DEMO_SPI_HARDCODE by HM_IOT_Demo

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