2014 Eurobot fork

Dependencies:   mbed-rtos mbed QEI

System/system.h

Committer:
madcowswe
Date:
2013-04-10
Revision:
28:4e20b44251c6

File content as of revision 28:4e20b44251c6:


extern Timer SystemTime;
extern float CpuUsage; //1.0f = completely busy, 0.0f = completely idle

//run this on an "idle" priority thread to measure cpu usage
void measureCPUidle (void const* = NULL);