-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* demos-arduino-due/debounce_hardware.adb: added explanatory comment. (Handler): ISR_Register's name has changed (to PIOA_ISR_Register :-) * demos-arduino-due/debounce_software.adb: likewise. (Button'Spec): added Outstanding_Interrupts, Suppress_Interrupts_Until. (Button.Wait): only clear Trigger when there are no outstanding interrupts left. (Button.Handler): rewrite. (T): flash the LED each time Button.Wait is released. * demos-arduino-due/.gdbinit: copied from ../test-arduino-due.
- Loading branch information
1 parent
1b130b8
commit 71cee11
Showing
3 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
target remote :2331 | ||
load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters