ESPHome  2024.4.1
core.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef USE_ESP8266
4 
5 #include <cstdint>
6 
7 extern const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_MODE[16];
8 extern const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_LEVEL[16];
9 
10 namespace esphome {
11 namespace esp8266 {} // namespace esp8266
12 } // namespace esphome
13 
14 #endif // USE_ESP8266
const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_MODE[16]
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7
const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_LEVEL[16]