|
ESPHome 2026.5.0-dev
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
Functions | |
| void | setup () |
| __attribute__ ((weak)) void initArduino() | |
| void HOT | esphome::yield () |
| uint32_t IRAM_ATTR HOT | esphome::millis () |
| uint64_t HOT | esphome::millis_64 () |
| void 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 HOT | esphome::arch_feed_wdt () |
| uint32_t | esphome::arch_get_cpu_cycle_count () |
| uint32_t | esphome::arch_get_cpu_freq_hz () |
| void | esphome::loop_task (void *pv_params) |
| void | esphome::app_main () |
Variables | |
| TaskHandle_t | esphome::loop_task_handle = nullptr |
| void setup | ( | ) |