Mercurial > hg > beaglert
comparison include/Utilities.h @ 0:8a575ba3ab52
Initial commit.
author | andrewm |
---|---|
date | Fri, 31 Oct 2014 19:10:17 +0100 |
parents | |
children | 09f03ac40fcc |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8a575ba3ab52 |
---|---|
1 /* | |
2 * Utilities.h | |
3 * | |
4 * Created on: Oct 27, 2014 | |
5 * Author: parallels | |
6 */ | |
7 | |
8 #ifndef UTILITIES_H_ | |
9 #define UTILITIES_H_ | |
10 | |
11 float map(float x, float in_min, float in_max, float out_min, float out_max); | |
12 float constrain(float x, float min_val, float max_val); | |
13 | |
14 #endif /* UTILITIES_H_ */ |