This commit is contained in:
2025-06-07 12:50:26 +03:00
parent c1246caa87
commit ff58109ff8
6 changed files with 32 additions and 1 deletions

15
include/zh_encoder.h Normal file
View File

@@ -0,0 +1,15 @@
#pragma once
#include "esp_log.h"
#include "driver/gpio.h"
#ifdef __cplusplus
extern "C"
{
#endif
#ifdef __cplusplus
}
#endif