Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: AverageAnalogIn PinDetect RotaryEncoder Sequence SequencerDisplay mbed-rtos mbed st7567LCD BaseMachineComon
Fork of BaseMachine_Sequencer by
Diff: main.cpp
- Revision:
- 51:7bbf15d6d7ec
- Parent:
- 50:0a06df15c784
- Child:
- 52:72332a596bc5
--- a/main.cpp Thu Oct 13 09:27:45 2016 +0000 +++ b/main.cpp Sun Oct 16 03:46:31 2016 +0000 @@ -89,7 +89,7 @@ PinDetect PinNoteOnOff(PC_5, PullUp); PinDetect PinTie(PC_6, PullUp); PinDetect PinAccent(PC_8, PullUp); -PinDetect PinRunStop(PC_9, PullUp); +PinDetect PinRunStop(PA_12, PullUp); // Grobal Variables //
