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-05-27
- Revision:
- 17:4ec59e8b52a6
- Parent:
- 9:a6d1502f0f20
- Child:
- 18:8806d24809c2
File content as of revision 17:4ec59e8b52a6:
inline float min(float a, float b) { return (a < b ? a : b); } inline float pos(float f) { return f > 0.0f ? f : 0.0f; }