mirror of
https://github.com/esphome/esphome.git
synced 2025-04-16 07:40:29 +01:00
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl> Co-authored-by: Sam Neirinck <git@samneirinck.com> Co-authored-by: David Buezas <dbuezas@users.noreply.github.com> Co-authored-by: Stroe Andrei Catalin <catalin2402@gmail.com> Co-authored-by: Sam Neirinck <github@samneirinck.be> Co-authored-by: Péter Sárközi <xmisterhu@gmail.com> Co-authored-by: Hajo Noerenberg <hn@users.noreply.github.com>
12 lines
175 B
C++
12 lines
175 B
C++
#pragma once
|
|
|
|
#ifdef USE_LIBRETINY
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace esphome {
|
|
namespace libretiny {} // namespace libretiny
|
|
} // namespace esphome
|
|
|
|
#endif // USE_LIBRETINY
|