aboutsummaryrefslogtreecommitdiff
path: root/examples/exti-interrupt.cpp
AgeCommit message (Collapse)Author
2012-09-03EXTI examples: whitespace fixups.Marti Bolivar
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
2012-09-03"Changed tabs to spaces. Changed some braces placement to match existing ↵Aditya Gaddam
examples Signed-off-by: Aditya Gaddam <adityagaddam@gmail.com>"
2012-09-03"Added two examples for using attachInterrupt. One shows the use of a global ↵Aditya Gaddam
function. While the second shows the use of a static class method as the event handler. Both work on Maple REVC Signed-off-by: Aditya Gaddam <adityagaddam@gmail.com>"