Bluetooth Connected TOF Sensor

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
26:fd06c8b57d16
Parent:
24:0f08f68579bd
--- a/bricks/blob.h	Fri Jan 06 21:36:47 2017 +0000
+++ b/bricks/blob.h	Sat Jan 07 15:38:15 2017 +0000
@@ -1,4 +1,4 @@
-// blob.cpp - 'BLOBs' are BLuetooth OBjects
+// blob.h - 'BLOBs' are BLuetooth OBjects
 #ifndef _BLOB_H_
 #define _BLOB_H_
 
@@ -80,11 +80,5 @@
       o.data(text);                    // setup advertising data
    }
    
-// Start Advertising in Peripheral Mode
-
-   inline void peripheral(Blob &o, const char *mode, int msec)
-   {
-      o.peripheral(mode,msec);         // start advertising as a peripheral
-   }
    
 #endif // _BLOB_H_
\ No newline at end of file