Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote
Dependents: Lilnija_29012017 NucleoF042K6_IRReceiver
Revision 7:c82a0d54a024, committed 2016-03-10
- Comitter:
- yuhki50
- Date:
- Thu Mar 10 15:39:34 2016 +0000
- Parent:
- 6:ee990cddff48
- Commit message:
- change USECPERTICK
Changed in this revision
| IRremoteInt.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/IRremoteInt.h Wed Jan 27 18:07:11 2016 +0000 +++ b/IRremoteInt.h Thu Mar 10 15:39:34 2016 +0000 @@ -56,7 +56,7 @@ #define MARK_EXCESS 100 // microseconds per clock interrupt tick -#define USECPERTICK 50 +#define USECPERTICK 100 // Upper and Lower percentage tolerances in measurements #define TOLERANCE 25
Taguchi Yuuki