config.h 633 B

12345678910111213141516171819202122232425262728
  1. // Configuration options
  2. #pragma once
  3. // LCD display with I2C connection.
  4. #define LCD
  5. // Hardware configuration
  6. #define LCD_0x27_16_2
  7. // Include one file describing the pin configuration
  8. #include "girs_hw_config.h"
  9. #define DEFAULT_BEGINTIMEOUT 10000UL // milliseconds
  10. #define serialBaud 115200
  11. #define serialTimeout 5000L
  12. // Must split a NEC1 between the payload and the repeat
  13. #define DEFAULT_ENDINGTIMEOUT 35L // milliseconds
  14. // This quantity is added to all gaps and subtracted from all marks.
  15. #define IRRECEIVER_MARK_EXCESS 50U
  16. // Remote the thing is reacting to
  17. #define selectedD 108 //114
  18. #define selectedS 104 //205