CUED IIA Project

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_Example by Bluetooth Low Energy

Revision:
23:708cc5ef2604
Child:
24:baa43caa2f3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sensors.cpp	Wed May 31 22:13:36 2017 +0000
@@ -0,0 +1,12 @@
+#include "sensors.h"
+#include "mbed.h"
+#include "wire.h"
+ 
+#define BLE_Nano
+ 
+#ifdef BLE_Nano
+#define SCL         7  
+#define SDA         6
+#endif
+ 
+#define DEV_ADDR    0xA0
\ No newline at end of file