Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

Revision:
97:fc7727303038
Parent:
77:0b96f6867312
--- a/IRRemote/IRProtocolID.h	Wed Jan 31 21:35:49 2018 +0000
+++ b/IRRemote/IRProtocolID.h	Wed Feb 07 00:01:21 2018 +0000
@@ -36,6 +36,7 @@
 const uint8_t IRPRO_SONY20 = 26;      // Sony 20-bit
 const uint8_t IRPRO_ORTEKMCE = 27;    // OrtekMCE
 const uint8_t IRPRO_LUTRON = 28;      // Lutron lights, fans, and home automation
+const uint8_t IRPRO_TCLROKU = 29;     // TCL Roku models (NEC 32 with doubled code words)
 
 
 #endif