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

Fork of RemoteIR by Shinichiro Nakamura

Revision:
15:793c2aa484b1
Parent:
14:257b2f794dc4
--- a/ReceiverIR.cpp	Mon Apr 27 07:33:55 2015 +0000
+++ b/ReceiverIR.cpp	Tue Apr 28 06:53:27 2015 +0000
@@ -230,6 +230,8 @@
 #endif
             } else if (RemoteIR::SONY == data.format) {
                 work.d1 = timer.read_us();
+            } else if (RemoteIR::KAMOONA == data.format) {
+                work.d1 = timer.read_us();
             }
             break;
         case Received: