Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CircularBuffer Servo Terminal mbed Radio
Diff: utility.h
- Revision:
- 9:a6d1502f0f20
- Child:
- 17:4ec59e8b52a6
--- /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