From 2330a65290fdcf101c419fa25da89a405e96ec9c Mon Sep 17 00:00:00 2001 From: opekk Date: Sat, 16 May 2026 14:23:57 +0200 Subject: feat: pins define for esp32 --- include/config.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/config.h (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h new file mode 100644 index 0000000..5e54654 --- /dev/null +++ b/include/config.h @@ -0,0 +1,14 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PWM 13 + +#define LED_SCL 33 +#define LED_SDA 34 +#define LED_RES 35 +#define LED_DC 36 +#define LED_CS 37 + +#define DS_DATA 39 + +#endif \ No newline at end of file -- cgit v1.2.3