Hello,
I'm a newbie so I hope that my question will not bother you.
I took a look at the code source for the HRM and I found a function pointer in the file timer.h :
typedef void (*EVENT_FUNC)(USHORT usTimeStamp_, UCHAR ucAlarmNumber_);
I don't understand what this function will do and I can't find the definition of this function. Is there a library special for this function ?
Thanks for your helps