An RC5 decoder and preamp controller. Written on the LPC11U24, Ported to LPC1114 and now 100% stable (January 2016)

Dependents:   AppleRemoteController_copy_Production_Version AppleRemoteController_Reference_Only

Revision:
4:d900d90588d0
Parent:
3:f0cd7c22ca94
Child:
9:c9fb1f8e2ab8
--- 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