dbg_irremote

This commit is contained in:
Siwat Sirichai 2023-12-30 14:52:54 +07:00
parent b633b6cbb7
commit 8bc22e33f6
5 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include <ExpansionCard.hpp>
#include <IRremote.hpp>
#include <IRremote.h>
#include <FRAM.h>
#include <OneWire.h>
#include <DS18B20.h>

View File

@ -38,5 +38,4 @@ class ClimateIoT : public IoTComponent {
bool processSetModeMessage(char *topic, char *payload, uint8_t topic_length);
bool processSetFanSpeedMessage(char *topic, char *payload, uint8_t topic_length);
bool processRequestStateMessage(char *topic, char *payload, uint8_t topic_length);
ClimateCard *card;
};

View File

@ -2,6 +2,8 @@
#include <ExpansionCard.hpp>
#include <DigitalInputCard.hpp>
#include <DigitalOutputCard.hpp>
#include <ClimateCard.hpp>
#include <AnalogCard.hpp>
#include <ESPMegaIoT.hpp>
#include <Arduino.h>
#include <Wire.h>