This commit is contained in:
2025-10-15 12:51:12 +03:00
parent dfa07a0652
commit 79a04c7fe6
4 changed files with 144 additions and 248 deletions

View File

@@ -1,11 +1,9 @@
#pragma once
// #include "stdio.h"
// #include "avr_err.h"
// #include "avr_port.h"
// #include "stdbool.h"
// #include "avr/interrupt.h"
// #include "util/delay.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gptimer.h"
#include "esp_timer.h"
#include "esp_log.h"
#include "driver/gpio.h"