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
trace.h
00001 // trace.h - tracing 00002 #ifndef _TRACE_H_ 00003 #define _TRACE_H_ 00004 00005 #include <mbed.h> 00006 #include "bricks/o.h" 00007 00008 void trace(O&o, int level, const char *msg); // trace a message 00009 void trace(O&o, int level, const char*, int); // trace an int value 00010 00011 void traceln(O&o, int level, const char*msg); // trace with CR & LF 00012 00013 void verbose(O&o, int level = 9999); // setup verbose level 00014 00015 #endif // _TRACE_H_
Generated on Sat Jul 16 2022 07:45:39 by
1.7.2
