ESPHome 2025.5.2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
core.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_LIBRETINY
4
5#include <Arduino.h>
6
7namespace esphome {
8namespace libretiny {} // namespace libretiny
9} // namespace esphome
10
11#endif // USE_LIBRETINY
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7