Added a new Brand "Kamoona" to be used for other applications that are not a known brand.
Fork of RemoteIR by
Revision 15:793c2aa484b1, committed 2015-04-28
- Comitter:
- mskamoona
- Date:
- Tue Apr 28 06:53:27 2015 +0000
- Parent:
- 14:257b2f794dc4
- Commit message:
- Added Kamoona Manufacturer
Changed in this revision
ReceiverIR.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 257b2f794dc4 -r 793c2aa484b1 ReceiverIR.cpp --- 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: