expander work

This commit is contained in:
2026-03-30 20:57:29 -05:00
parent af60710405
commit 8c0b6823fd
9 changed files with 522 additions and 8 deletions
+6 -1
View File
@@ -1,7 +1,10 @@
#ifndef PINS_H
#define PINS_H
#include "driver/gpio.h"
#define PIN_SDA (GPIO_NUM_7)
#define PIN_SDA (GPIO_NUM_15)
#define PIN_SCL (GPIO_NUM_15)
#define PIN_LCD_MISO (GPIO_NUM_16)
#define PIN_LCD_MOSI (GPIO_NUM_17)
@@ -38,3 +41,5 @@
#define PIN_PERH2 (GPIO_NUM_4)
#define PIN_PERH3 (GPIO_NUM_2)
#define PIN_PERH4 (GPIO_NUM_1)
#endif // PINS_H