Skip to content

Commit 8a21e07

Browse files
committed
more pin defs
1 parent 6bbc73c commit 8a21e07

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

variants/adafruit_camera_esp32s3/pins_arduino.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,27 @@ static const uint8_t MISO = 37;
4242

4343
static const uint8_t A0 = 17;
4444
static const uint8_t A1 = 18;
45+
static const uint8_t BATT_MONITOR = 4;
46+
static const uint8_t SHUTTER_BUTTON = 0;
4547

4648
static const uint8_t TX = 43;
4749
static const uint8_t RX = 44;
4850

4951
static const uint8_t DAC1 = 17;
5052
static const uint8_t DAC2 = 18;
5153

54+
#define AWEXP_SPKR_SD 0
55+
#define AWEXP_BUTTON_SEL 1
56+
#define AWEXP_BACKLIGHT 2
57+
#define AWEXP_CAM_PWDN 7
58+
#define AWEXP_SD_DET 8
59+
#define AWEXP_SD_PWR 9
60+
#define AWEXP_CAM_RST 10
61+
#define AWEXP_BUTTON_OK 11
62+
#define AWEXP_BUTTON_RIGHT 12
63+
#define AWEXP_BUTTON_UP 13
64+
#define AWEXP_BUTTON_LEFT 14
65+
#define AWEXP_BUTTON_DOWN 15
5266

5367
#define PWDN_GPIO_NUM -1 // connected through expander
5468
#define RESET_GPIO_NUM -1 // connected through expander

0 commit comments

Comments
 (0)