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.

18 lines
245 B

  1. /*
  2. UART_MQTT MODULE
  3. Copyright (C) 2018 by Albert Weterings
  4. Adapted by Xose Pérez <xose dot perez at gmail dot com>
  5. */
  6. #pragma once
  7. #if UART_MQTT_SUPPORT
  8. #include <SoftwareSerial.h>
  9. void uartmqttSetup();
  10. #endif // UART_MQTT_SUPPORT == 1