Description: StarBoard Orange - Example application No.2 (Version 0.0.4)
Revision 2:d4625043c895, committed 15 Aug 2010
- Comitter:
- Date:
- Sun Aug 15 10:41:12 2010 +0000
- Parent:
- 1:9370008ac96b
- Child:
- 3:469de11d1e1d
- Commit message:
Changed in this revision
--- a/RemoteIR/ReceiverIR.cpp Sun Aug 15 00:27:30 2010 +0000
+++ b/RemoteIR/ReceiverIR.cpp Sun Aug 15 10:41:12 2010 +0000
@@ -145,6 +145,11 @@
data.bitcount++;
if (32 <= data.bitcount) {
data.state = Received;
+ work.c1 = -1;
+ work.c2 = -1;
+ work.c3 = -1;
+ work.d1 = -1;
+ work.d2 = -1;
}
} else if (AEHA == data.format) {
work.d2 = timer.read_us();

