iamtheyammer

Untitled

Jun 4th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. IRremoteInfo - by AnalysIR (http://www.AnalysIR.com/)
  2. - A helper sketch to assist in troubleshooting issues with the library by reviewing the settings within the IRremote library
  3. - Prints out the important settings within the library, which can be configured to suit the many supported platforms
  4. - When seeking on-line support, please post or upload the output of this sketch, where appropriate
  5.  
  6. IRremote Library Settings
  7. =========================
  8. RAWBUF: 101
  9. Timer defined for use: Timer2
  10. IR Tx Pin: 3
  11. MCU Clock: 16000000
  12. MCU Platform: ATmega328(P) / (Duemilanove, Diecimila, LilyPad, Mini, Micro, Fio, Nano, etc)
  13. Mark Excess: 100 uSecs
  14. Microseconds per tick: 50 uSecs
  15. Measurement tolerance: 25%
  16. Minimum Gap between IR Signals: 5000 uSecs
  17. Arduino IDE version: 1.8.5
  18. Debug Mode: OFF (Normal)
  19.  
  20. IR PROTOCOLS SEND DECODE
  21. ============= ======== ========
  22. RC5: Enabled Enabled
  23. RC6: Enabled Enabled
  24. NEC: Enabled Enabled
  25. SONY: Enabled Enabled
  26. PANASONIC: Enabled Enabled
  27. JVC: Enabled Enabled
  28. SAMSUNG: Enabled Enabled
  29. WHYNTER: Enabled Enabled
  30. AIWA_RC_T501: Enabled Enabled
  31. LG: Enabled Enabled
  32. SANYO: Disabled Enabled
  33. MITSUBISHI: Disabled Enabled
  34. DISH: Enabled Disabled
  35. SHARP: Enabled Disabled
  36. DENON: Enabled Enabled
  37. PRONTO: Enabled (Not Applicable)
  38.  
  39. Notes:
  40. - Most of the seetings above can be configured in the following files included as part of the library
  41. - IRremteInt.h
  42. - IRremote.h
  43. - You can save SRAM by disabling the Decode or Send features for any protocol (Near the top of IRremoteInt.h)
  44. - Some Timer conflicts, with other libraries, can be easily resolved by configuring a differnt Timer for your platform
Advertisement
Add Comment
Please, Sign In to add comment