Patrick Clary / Mbed 2 deprecated WalkingRobot

Dependencies:   CircularBuffer Servo Terminal mbed Radio

Revision:
9:a6d1502f0f20
Child:
17:4ec59e8b52a6
diff -r db453051f3f4 -r a6d1502f0f20 utility.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utility.h	Thu Jan 31 23:51:15 2013 +0000
@@ -0,0 +1,6 @@
+
+
+inline float min(float a, float b)
+{
+    return (a < b ? a : b);
+}
\ No newline at end of file