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
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); }