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
- Committer:
- el17ajf
- Date:
- 2019-04-04
- Revision:
- 26:baa7077449e7
- Child:
- 28:e09b7ac11dea
File content as of revision 26:baa7077449e7:
#ifndef MATH_H
#define MATH_H
namespace Math {
int lerp(int a, int b);
}
#endif
