Search found 1 match

by Carlos Costa
Wed Jun 19, 2024 11:56 am
Forum: ESP32 Arduino
Topic: How to use WatchDog on esp32-s3-devkitc-1
Replies: 0
Views: 1668

How to use WatchDog on esp32-s3-devkitc-1

Hello together.
On my esp32dev board i was using the watchdog as follows and it was working perfectly.

// 1) include

#include <Arduino.h>
#include "soc/soc.h"
#include "soc/rtc_cntl_reg.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <esp_task_wdt.h>
#include <esp_log.h ...

Go to advanced search