speeduino/speeduino/maths.h

8 lines
116 B
C
Raw Normal View History

2015-02-14 05:11:43 -08:00
#ifndef MATH_H
#define MATH_H
2017-06-19 05:02:40 -07:00
int fastMap1023toX(int, int);
2017-01-29 22:10:17 -08:00
unsigned long percentage(byte, unsigned long);
2016-10-25 16:41:23 -07:00
#endif