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:
9:c9fb1f8e2ab8
Parent:
4:d900d90588d0
--- a/Pindef1114.h	Mon Nov 14 13:02:54 2022 +0000
+++ b/Pindef1114.h	Mon Nov 14 14:18:18 2022 +0000
@@ -5,7 +5,7 @@
                             // they are all OFF
 
 DigitalOut muteout(dp13);    // drives the mute relay via a mosfet or transistor
-//DigitalOut muteLED(dp14);
+DigitalOut muteLED(dp14);
 //InterruptIn mute_int(dp11);  // mute p/button interrupt
 //DigitalIn mute(dp11);         // mute input from associated pushbutton
 
@@ -28,7 +28,7 @@
 //DigitalIn tone(dp15);
 //DigitalOut tone(dp25);          // can only be turned on and off at this stage by the r/control
 
-InterruptIn recloop_int(dp14);   //record loop interrupt
+//InterruptIn recloop_int(dp14);   //record loop interrupt
 DigitalIn recloop_in(dp14);      // record loop p/button input
 DigitalOut recloop_out(dp16);    // drives record loop LED
 DigitalOut recloop_rly(dp10);