Files
mixly3-server/arduino-libs/arduino-cli/libraries/IRremote/src/IRremote.h

15 lines
173 B
C

/**
* @file IRremote.h
*
* @brief Stub for backward compatibility
*/
#ifndef IRremote_h
#define IRremote_h
#include "IRremote.hpp"
#endif // IRremote_h
#pragma once