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:
10:7a93d34a419a
Parent:
9:c9fb1f8e2ab8
--- a/main.cpp	Mon Nov 14 14:18:18 2022 +0000
+++ b/main.cpp	Mon Nov 14 14:30:51 2022 +0000
@@ -18,7 +18,7 @@
 // for the standby output to drive a power amplifier. Pin 8 on J2 (Controller board)
 
 #include "mbed.h"
-//#include "rc5codes.h"      // RC code definitions - in this case for Apple TV Remote
+#include "apple_codes.h"      // remote codes for Apple TV Remote
 #include "Pindef1114.h"    // all microcontroller I/O pin assignments defined here
 
 /************************************* Apple TV Remote control codes ****************************/