Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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:
