speeduino/math.h

7 lines
89 B
C
Raw Normal View History

2015-02-14 05:11:43 -08:00
#ifndef MATH_H
#define MATH_H
2016-10-25 16:41:23 -07:00
int fastMap1023toX(unsigned long x, int out_max);
2016-10-25 16:41:23 -07:00
#endif