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: mbed
Fork of el17ajf by
Math/Math.h@26:baa7077449e7, 2019-04-04 (annotated)
- Committer:
- el17ajf
- Date:
- Thu Apr 04 18:39:45 2019 +0000
- Revision:
- 26:baa7077449e7
- Child:
- 28:e09b7ac11dea
backlight option
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| el17ajf | 26:baa7077449e7 | 1 | #ifndef MATH_H |
| el17ajf | 26:baa7077449e7 | 2 | #define MATH_H |
| el17ajf | 26:baa7077449e7 | 3 | |
| el17ajf | 26:baa7077449e7 | 4 | namespace Math { |
| el17ajf | 26:baa7077449e7 | 5 | int lerp(int a, int b); |
| el17ajf | 26:baa7077449e7 | 6 | } |
| el17ajf | 26:baa7077449e7 | 7 | |
| el17ajf | 26:baa7077449e7 | 8 | #endif |
