A blue button is always a nice toy ...

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Fri Jan 06 15:28:18 2017 +0000
Revision:
23:677689000369
Child:
25:231d3f382583
Already nice & easy level. Still bugs!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 23:677689000369 1 // trace.h - tracing
hux 23:677689000369 2 #ifndef _TRACE_H_
hux 23:677689000369 3 #define _TRACE_H_
hux 23:677689000369 4
hux 23:677689000369 5 #include <mbed.h>
hux 23:677689000369 6
hux 23:677689000369 7 void verbose(int level); // setup verbose level
hux 23:677689000369 8 void trace(int level, const char *msg); // trace a message
hux 23:677689000369 9
hux 23:677689000369 10 #endif // _TRACE_H_