aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring_pulse.c
AgeCommit message (Collapse)Author
2009-11-21Improving 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-07Moving things around.David A. Mellis
2008-11-08Waiting for pulse to start (rising or falling edge) to start timing.David A. Mellis
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ↵David A. Mellis
(1 second).
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis