A blue button is always a nice toy ...

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
26:fd06c8b57d16
Parent:
23:677689000369
--- a/bricks/types.h	Fri Jan 06 21:36:47 2017 +0000
+++ b/bricks/types.h	Sat Jan 07 15:38:15 2017 +0000
@@ -13,6 +13,7 @@
 
    typedef uint8_t ObjectId[6];
    typedef char    ObjectName[SIZE_OBJECTNAME];  // use UTF8S coded characters
+   typedef uint8_t Bool;
    typedef uint8_t Digital;
    typedef uint8_t DateTime[10];