speeduino-personal/speeduino/maths.h

8 lines
116 B
C

#ifndef MATH_H
#define MATH_H
int fastMap1023toX(int, int);
unsigned long percentage(byte, unsigned long);
#endif