Colour sensors calibrated

Dependencies:   mbed-rtos mbed Servo QEI

Fork of ICRSEurobot13 by Thomas Branch

System/system.h

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

File content as of revision 29: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);