CUED IIA Project

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_Example by Bluetooth Low Energy

Revision:
24:baa43caa2f3d
Parent:
23:708cc5ef2604
--- a/wire.cpp	Wed May 31 22:13:36 2017 +0000
+++ b/wire.cpp	Sat Jun 03 21:14:42 2017 +0000
@@ -484,10 +484,10 @@
 name :
 function : 
 **********************************************************************/
-uint8_t TwoWire::requestFrom(int address, int quantity) 
-{
-    return requestFrom((uint8_t) address, (uint8_t) quantity, (uint8_t) true);
-}
+//uint8_t TwoWire::requestFrom(int address, int quantity) 
+//{
+//    return requestFrom((uint8_t) address, (uint8_t) quantity, (uint8_t) true);
+//}
 /**********************************************************************
 name :
 function :