7 #include "preferences.h" 31 return pgm_read_byte(addr);
34 return ESP.getCycleCount();
46 const static uint32_t TASMOTA_MAGIC_BYTES[]
PROGMEM = {0x5AA55AA5, 0xFFFFFFFF, 0xA55AA55A};
49 x = TASMOTA_MAGIC_BYTES[
x];
59 #ifdef USE_ESP8266_EARLY_PIN_INIT 60 for (
int i = 0; i < 16; i++) {
66 digitalWrite(i, level);
void IRAM_ATTR HOT arch_feed_wdt()
void delay_microseconds_safe(uint32_t us)
Delay for the given amount of microseconds, possibly yielding to other processes during the wait...
uint32_t IRAM_ATTR HOT micros()
const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_MODE[16]
uint32_t IRAM_ATTR HOT millis()
BedjetMode mode
BedJet operating mode.
uint32_t arch_get_cpu_freq_hz()
void force_link_symbols()
uint8_t progmem_read_byte(const uint8_t *addr)
void IRAM_ATTR HOT yield()
const uint8_t ESPHOME_WEBSERVER_INDEX_HTML [] PROGMEM
Implementation of SPI Controller mode.
const uint8_t ESPHOME_ESP8266_GPIO_INITIAL_LEVEL[16]
void IRAM_ATTR HOT delayMicroseconds(uint32_t us)
uint32_t arch_get_cpu_cycle_count()
void IRAM_ATTR HOT delay(uint32_t ms)