OMOTE/Platformio/hardware/ESP32/infrared_sender_hal_esp32.h

8 lines
202 B
C
Raw Normal View History

2024-03-10 14:27:46 -04:00
#pragma once
#include <string>
#include <list>
// infrared
void init_infraredSender_HAL(void);
void sendIRcode_HAL(int protocol, std::list<std::string> commandPayloads, std::string additionalPayload);