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

Fork of RemoteIR by Shinichiro Nakamura

Revision:
14:257b2f794dc4
Parent:
12:0651f02169ee
--- a/RemoteIR.h	Sun Apr 19 19:11:32 2015 +0000
+++ b/RemoteIR.h	Mon Apr 27 07:33:55 2015 +0000
@@ -18,16 +18,16 @@
         AEHA,
         AEHA_REPEAT,
         SONY,
-        Samsung,
-        Samsung_REPEAT,
-        Nikon,
+        KAMOONA,
+        
     } 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;
+    static const int TUS_KAMOONA = 600;
+    
+   
 
 private:
     RemoteIR();