Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote

Dependents:   mbed-os-example-FinalReal mbed-os-example-FinalReal

Revision:
7:c82a0d54a024
Parent:
3:17440cf7ab90
--- 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