Maxim Integrated's IoT development kit

Dependencies:   MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice

Revision:
13:fba77a5d0fa0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ble_comm.h	Thu Jun 28 15:47:24 2018 +0300
@@ -0,0 +1,15 @@
+/*
+ * 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_ */