Maxim Integrated's IoT development kit

Dependencies:   MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice

Revision:
15:0d47d5879a21
Parent:
14:37542841f707
Child:
16:503f8308e2db
--- a/ble_comm.h	Thu Jul 19 15:06:27 2018 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-/*
- * ble_comm.h
- *
- *  Created on: Jun 21, 2018
- *      Author: Mahir.Ozturk
- */
-
-#ifndef BLE_COMM_H_
-#define BLE_COMM_H_
-
-#include <ble/BLE.h>
-
-ble_error_t bleGattAttrWrite(GattAttribute::Handle_t handle, const uint8_t *value, uint16_t size);
-
-#endif /* BLE_COMM_H_ */