Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-18 | Temporary fix for pulseIn() regression. | Cristian Maglie | |
Fixes #2538 | |||
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore | |
2010-11-22 | pulseIn() now times out while measuring the pulse, not just while waiting ↵ | David A. Mellis | |
for it to start. | |||
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-11-08 | Waiting for pulse to start (rising or falling edge) to start timing. | David A. Mellis | |
2008-03-08 | Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ↵ | David A. Mellis | |
(1 second). | |||
2007-10-06 | Moving hardware/targets to hardware/cores. | David A. Mellis | |