Hugo Pristauz / Mbed 2 deprecated S14_TOF_Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers detection.h Source File

detection.h

00001 // detection.h - 'detection' services
00002 
00003 #ifndef _DETECTION_H_
00004 #define _DETECTION_H_
00005 
00006 #include "bricks/bricks.h"
00007 
00008    void services(O&o);                 // enroll all services & setup callbacks
00009    void tediousServices(O&o);          // enroll all services & setup callbacks
00010 
00011 #endif // _DETECTION_H_