File tree 1 file changed +15
-15
lines changed
libraries/ESP32/examples/Camera/CameraWebServer
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 137
137
#define PCLK_GPIO_NUM 21
138
138
139
139
#elif defined(CAMERA_MODEL_M5STACK_CAMS3_UNIT )
140
- #define PWDN_GPIO_NUM -1
140
+ #define PWDN_GPIO_NUM -1
141
141
#define RESET_GPIO_NUM 21
142
- #define XCLK_GPIO_NUM 11
143
- #define SIOD_GPIO_NUM 17
144
- #define SIOC_GPIO_NUM 41
145
-
146
- #define Y9_GPIO_NUM 13
147
- #define Y8_GPIO_NUM 4
148
- #define Y7_GPIO_NUM 10
149
- #define Y6_GPIO_NUM 5
150
- #define Y5_GPIO_NUM 7
151
- #define Y4_GPIO_NUM 16
152
- #define Y3_GPIO_NUM 15
153
- #define Y2_GPIO_NUM 6
142
+ #define XCLK_GPIO_NUM 11
143
+ #define SIOD_GPIO_NUM 17
144
+ #define SIOC_GPIO_NUM 41
145
+
146
+ #define Y9_GPIO_NUM 13
147
+ #define Y8_GPIO_NUM 4
148
+ #define Y7_GPIO_NUM 10
149
+ #define Y6_GPIO_NUM 5
150
+ #define Y5_GPIO_NUM 7
151
+ #define Y4_GPIO_NUM 16
152
+ #define Y3_GPIO_NUM 15
153
+ #define Y2_GPIO_NUM 6
154
154
#define VSYNC_GPIO_NUM 42
155
- #define HREF_GPIO_NUM 18
156
- #define PCLK_GPIO_NUM 12
155
+ #define HREF_GPIO_NUM 18
156
+ #define PCLK_GPIO_NUM 12
157
157
158
158
#define LED_GPIO_NUM 14
159
159
You can’t perform that action at this time.
0 commit comments