We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d62d4 commit 3cbe3ceCopy full SHA for 3cbe3ce
src/eloquent_esp32cam/camera/pinout.h
@@ -183,6 +183,30 @@ namespace Eloquent {
183
return true;
184
}
185
186
+ /**
187
+ *
188
+ */
189
+ bool robosoccer_esp32_s3() {
190
+ pins.d0 = 15;
191
+ pins.d1 = 17;
192
+ pins.d2 = 18;
193
+ pins.d3 = 16;
194
+ pins.d4 = 14;
195
+ pins.d5 = 12;
196
+ pins.d6 = 11;
197
+ pins.d7 = 48;
198
+ pins.xclk = 10;
199
+ pins.pclk = 13;
200
+ pins.vsync = 38;
201
+ pins.href = 47;
202
+ pins.sccb_sda = 40;
203
+ pins.sccb_scl = 39;
204
+ pins.pwdn = -1;
205
+ pins.reset = -1;
206
+ pins.flashlight = -1;
207
+ return true;
208
+ }
209
+
210
/**
211
*
212
*/
0 commit comments