ESPHome  2024.3.1
Namespaces | Functions
core.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 

Functions

void IRAM_ATTR HOT esphome::yield ()
 
uint32_t IRAM_ATTR HOT esphome::millis ()
 
void IRAM_ATTR HOT esphome::delay (uint32_t ms)
 
uint32_t IRAM_ATTR HOT esphome::micros ()
 
void IRAM_ATTR HOT esphome::delayMicroseconds (uint32_t us)
 
void esphome::arch_restart ()
 
void esphome::arch_init ()
 
void IRAM_ATTR HOT esphome::arch_feed_wdt ()
 
uint8_t esphome::progmem_read_byte (const uint8_t *addr)
 
uint32_t esphome::arch_get_cpu_cycle_count ()
 
uint32_t esphome::arch_get_cpu_freq_hz ()
 
void setup ()
 
void loop ()
 
int main ()
 

Function Documentation

◆ loop()

void loop ( )

◆ main()

int main ( )

Definition at line 69 of file core.cpp.

◆ setup()

void setup ( )