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()
const char * progmem_read_ptr(const char *const *addr)
void IRAM_ATTR HOT delayMicroseconds(uint32_t us)
uint32_t arch_get_cpu_freq_hz()
uint32_t IRAM_ATTR HOT micros()
uint16_t progmem_read_uint16(const uint16_t *addr)
void HOT delay(uint32_t ms)
uint32_t IRAM_ATTR HOT millis()
uint8_t progmem_read_byte(const uint8_t *addr)