aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WMath.cpp
AgeCommit message (Collapse)Author
2008-10-26Moving makeWord() function defintion into WMath.cpp (out of WProgram.h).David A. Mellis
2008-10-13Little fixes:David A. Mellis
- changing random(max) to use stdlib.h random() - not generating .eep files to avoid warning when EEMEM isn't used - removing cast macros (since they are automatically defined in C++) - writing a digital LOW for PWM value of 0 on pins 5 or 6
2008-05-26Fixing random() to work with longs.David A. Mellis
2008-03-24added newline at the end of file to get rid of compiler and SVN warningsHans-Christoph Steiner
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵David A. Mellis
instead of (int) x), adding interrupts() and noInterrupts(), etc.