8#include "hardware/watchdog.h"
18 watchdog_reboot(0, 0, 10);
25#if USE_RP2040_WATCHDOG_TIMEOUT > 0
26 watchdog_enable(USE_RP2040_WATCHDOG_TIMEOUT,
false);
33 return pgm_read_byte(addr);
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)
void IRAM_ATTR HOT yield()
uint32_t arch_get_cpu_freq_hz()
uint32_t IRAM_ATTR HOT micros()
void IRAM_ATTR HOT delay_microseconds_safe(uint32_t us)
Delay for the given amount of microseconds, possibly yielding to other processes during the wait.
void IRAM_ATTR HOT arch_feed_wdt()
void IRAM_ATTR HOT delay(uint32_t ms)
uint32_t IRAM_ATTR HOT millis()
uint8_t progmem_read_byte(const uint8_t *addr)
unsigned long ulMainGetRunTimeCounterValue()