IRremoteInfo - by AnalysIR
(http://www.AnalysIR.com/)
- A helper sketch to assist in troubleshooting issues with
the library by reviewing the settings within the IRremote
library
- Prints out the important settings within the library,
which can be configured to suit the many supported
platforms
- When seeking on-line support, please post or upload the
output of this sketch, where appropriate
IRremote Library Settings
=========================
RAWBUF: 101
Timer defined for use: Timer_TINY0
IR Tx Pin: 1
MCU Clock: 8000000
MCU Platform: ATtiny85
Mark Excess: 100 uSecs
Microseconds per tick: 50 uSecs
Measurement tolerance: 25%
Minimum Gap between IR Signals: 5000 uSecs
Arduino IDE version: 1.8.5
Debug Mode: OFF (Normal)
IR PROTOCOLS SEND DECODE
============= ======== ========
RC5:
Disabled Disabled
RC6:
Disabled Disabled
NEC:
Enabled Enabled
SONY:
Disabled Disabled
PANASONIC: Disabled Disabled
JVC:
Disabled Disabled
SAMSUNG: Disabled Disabled
WHYNTER: Disabled Disabled
AIWA_RC_T501: Disabled Disabled
LG:
Disabled Disabled
SANYO: Disabled
Disabled
MITSUBISHI: Disabled Disabled
DISH:
Disabled Disabled
SHARP: Disabled
Disabled
DENON: Disabled
Disabled
PRONTO: Disabled (Not
Applicable)
Notes:
- Most of the seetings above can
be configured in the following files included as part of
the library
- IRremteInt.h
- IRremote.h
- You can save SRAM by disabling
the Decode or Send features for any protocol (Near the top
of IRremoteInt.h)
- Some Timer conflicts, with
other libraries, can be easily resolved by configuring a
differnt Timer for your platform
|