ESPHome  2024.5.0
core.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef USE_LIBRETINY
4 
5 #include <Arduino.h>
6 
7 namespace esphome {
8 namespace libretiny {} // namespace libretiny
9 } // namespace esphome
10 
11 #endif // USE_LIBRETINY
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7