Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed
Fork of BLE_HeartRate_IDB0XA1 by
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_
Generated on Tue Jul 12 2022 21:31:05 by
1.7.2
