This website requires JavaScript.
Explore
Help
Sign In
noisymime
/
speeduino-personal
mirror of
https://github.com/noisymime/speeduino-personal.git
Watch
1
Star
0
Fork
You've already forked speeduino-personal
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
425ec75828
speeduino-personal
/
maths.h
7 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
Add scope guards to header files
2015-02-14 05:11:43 -08:00
#
ifndef MATH_H
#
define MATH_H
Introduction of the fast division branch
2013-09-23 05:23:34 -07:00
Setup math.h properly
2016-10-25 16:41:23 -07:00
int
fastMap1023toX
(
unsigned
long
x
,
int
out_max
)
;
Add dedicated 0-1024 mapping function (Super speeeed!)
2015-02-24 18:13:35 -08:00
Setup math.h properly
2016-10-25 16:41:23 -07:00
#
endif