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.
Dependents: AppleRemoteController_copy_Production_Version AppleRemoteController_Reference_Only
Diff: Pindef1114.h
- Revision:
- 4:d900d90588d0
- Parent:
- 3:f0cd7c22ca94
- Child:
- 9:c9fb1f8e2ab8
diff -r f0cd7c22ca94 -r d900d90588d0 Pindef1114.h
--- a/Pindef1114.h Tue Jul 26 16:24:40 2022 +0000
+++ b/Pindef1114.h Mon Nov 07 10:42:42 2022 +0000
@@ -5,9 +5,9 @@
// they are all OFF
DigitalOut muteout(dp13); // drives the mute relay via a mosfet or transistor
-DigitalOut muteind(dp18);
-InterruptIn mute_int(dp11); // mute p/button interrupt
-DigitalIn mute(dp11); // mute input from associated pushbutton
+//DigitalOut muteLED(dp14);
+//InterruptIn mute_int(dp11); // mute p/button interrupt
+//DigitalIn mute(dp11); // mute input from associated pushbutton
DigitalOut stby_pa(dp25); // power amplifier standby control which follows the premap
// but with suitable delays
@@ -40,7 +40,7 @@
// DigitalOut myled(LED1); // for test purposes only - on the mbed module - comment out when not used
// DigitalOut myled2(LED2);
-// DigitalOut sync(p29); //this is a sync pin that is toggled during IR read - used for debug only
+//DigitalOut bitstreamsync(dp18); //this is a sync pin that is toggled during IR read - used for debug only