Search found 2 matches
- Sun Jan 19, 2025 11:09 am
- Forum: General Discussion
- Topic: ESP32P4 deep sleep
- Replies: 1
- Views: 423
ESP32P4 deep sleep
这个程序用GPIO25按键按下无法唤醒(按键按下低电平) #include <stdio.h> #include "driver/gpio.h" #include <time.h> #include <sys/time.h> #include "sdkconfig.h" #include "soc/soc_caps.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_sleep.h" #include "esp_log.h" #include "driver/rtc_io.h" #include ...
- Sun Jan 19, 2025 9:02 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32P4 进deep sleep 自动复位
- Replies: 0
- Views: 791
ESP32P4 进deep sleep 自动复位
#include <stdio.h> #include "driver/gpio.h" #include <time.h> #include <sys/time.h> #include "sdkconfig.h" #include "soc/soc_caps.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_sleep.h" #include "esp_log.h" #include "driver/rtc_io.h" #include "nvs_flash.h" #include "nvs.h...