speeduino/math.h

7 lines
89 B
C

#ifndef MATH_H
#define MATH_H
int fastMap1023toX(unsigned long x, int out_max);
#endif