Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | rename arduino core dir to xinputHEADmaster | HampusM | |
2015-07-03 | Removed a handful of SVN expansion keywords. See #277 | Federico Fissore | |
2015-05-21 | Modified randomSeed, now uses unsigned long. | Chris--A | |
2009-11-21 | Improving third-party hardware support: | David A. Mellis | |
- moving back to multple cores per platform - using target instead of platform - moving per-board and per-programmer preferences out of Preferences.java and into a new Target class - adding a new "target" preference - support for platform:value values in board preferences for bootloader path and core - XXX: need to support platform:value syntax for board upload.using preferences. | |||
2009-11-07 | Moving things around. | David A. Mellis | |
2008-10-26 | Moving makeWord() function defintion into WMath.cpp (out of WProgram.h). | David A. Mellis | |
2008-10-13 | Little 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-26 | Fixing random() to work with longs. | David A. Mellis | |
2008-03-24 | added newline at the end of file to get rid of compiler and SVN warnings | Hans-Christoph Steiner | |
2007-11-21 | Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵ | David A. Mellis | |
instead of (int) x), adding interrupts() and noInterrupts(), etc. |