Added a new Brand "Kamoona" to be used for other applications that are not a known brand.

Fork of RemoteIR by Shinichiro Nakamura

Revision:
12:0651f02169ee
Parent:
11:268cc2ab63bd
Child:
13:ddc6f7c92583
Child:
14:257b2f794dc4
--- a/RemoteIR.h	Mon Sep 20 00:54:59 2010 +0000
+++ b/RemoteIR.h	Sun Apr 19 19:11:32 2015 +0000
@@ -17,12 +17,17 @@
         NEC_REPEAT,
         AEHA,
         AEHA_REPEAT,
-        SONY
+        SONY,
+        Samsung,
+        Samsung_REPEAT,
+        Nikon,
     } Format;
 
     static const int TUS_NEC = 562;
     static const int TUS_AEHA = 425;
     static const int TUS_SONY = 600;
+    static const int TUS_Samsung = 546;
+    static const int TUS_Nikon = 25;
 
 private:
     RemoteIR();