Search found 1 match

by Eric_9999
Tue Apr 12, 2022 10:04 pm
Forum: ESP32 Arduino
Topic: ULP Loop
Replies: 0
Views: 967

ULP Loop

Can somebody help me how to make a 'for loop' in Arduino ULP This is my code, #include "esp32/ulp.h" #include "driver/rtc_io.h" #include "UlpDebug.h" void ULP_RUN(); void setup() { Serial.begin(115200); delay(1500); Serial.println("GO"); ULP_RUN(); esp_sleep_pd_config(ESP_PD_DOMAIN_RTC_PERIPH, ESP_...