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.
Diff: ReceiverIR.h
- Revision:
- 9:dcfdac59ef74
- Parent:
- 8:46e34d6ddbe4
- Child:
- 10:c54fb1204d1e
--- a/ReceiverIR.h Sat Aug 21 13:28:50 2010 +0000
+++ b/ReceiverIR.h Fri Sep 17 20:22:38 2010 +0000
@@ -1,5 +1,5 @@
/**
- * IR receiver (Version 0.0.3)
+ * IR receiver (Version 0.0.4)
*
* Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems)
* http://shinta.main.jp/
@@ -61,13 +61,13 @@
private:
typedef struct {
- State state;
RemoteIR::Format format;
int bitcount;
uint8_t buffer[64];
} data_t;
typedef struct {
+ State state;
int c1;
int c2;
int c3;