27 lt_wdt_enable(10000L);
40 static constexpr UBaseType_t MAIN_TASK_PRIORITY = 6;
41 static_assert(MAIN_TASK_PRIORITY < configMAX_PRIORITIES,
"MAIN_TASK_PRIORITY must be less than configMAX_PRIORITIES");
42 vTaskPrioritySet(
nullptr, MAIN_TASK_PRIORITY);
Providing packet encoding functions for exchanging data with a remote host.
uint32_t arch_get_cpu_cycle_count()
void IRAM_ATTR HOT delayMicroseconds(uint32_t us)
uint32_t arch_get_cpu_freq_hz()
uint32_t IRAM_ATTR HOT micros()
void HOT delay(uint32_t ms)
uint32_t IRAM_ATTR HOT millis()