Patrick Clary / Mbed 2 deprecated WalkingRobot

Dependencies:   CircularBuffer Servo Terminal mbed Radio

utility.h

Committer:
pclary
Date:
2013-01-31
Revision:
9:a6d1502f0f20
Child:
17:4ec59e8b52a6

File content as of revision 9:a6d1502f0f20:



inline float min(float a, float b)
{
    return (a < b ? a : b);
}