Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
355 B

  1. /*
  2. IR MODULE
  3. Copyright (C) 2018 by Alexander Kolesnikov (raw and MQTT implementation)
  4. Copyright (C) 2017-2019 by François Déchery
  5. Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
  6. */
  7. #pragma once
  8. #if IR_SUPPORT
  9. #include <IRremoteESP8266.h>
  10. #include <IRrecv.h>
  11. #include <IRsend.h>
  12. void irSetup();
  13. #endif // IR_SUPPORT == 1