keuzeproject mdev 1ITF groep: E3

Fork of RemoteIR by Shinichiro Nakamura

Revision:
12:0767bcde0d32
Parent:
11:268cc2ab63bd
--- a/RemoteIR.h	Mon Sep 20 00:54:59 2010 +0000
+++ b/RemoteIR.h	Mon Feb 01 10:20:31 2016 +0000
@@ -17,13 +17,15 @@
         NEC_REPEAT,
         AEHA,
         AEHA_REPEAT,
-        SONY
+        SONY,
+        RC6
     } Format;
 
     static const int TUS_NEC = 562;
     static const int TUS_AEHA = 425;
     static const int TUS_SONY = 600;
-
+    static const int TUS_RC6 = 444;
+   
 private:
     RemoteIR();
 };