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 3644267 commit 86395ceCopy full SHA for 86395ce
src/eloquent_esp32cam/camera/pinout.h
@@ -319,6 +319,26 @@ namespace Eloquent {
319
pins.reset = 39;
320
pins.flashlight = -1;
321
}
322
+
323
+ void eye_s3() {
324
+ pins.d0 = 11;
325
+ pins.d1 = 9;
326
+ pins.d2 = 8;
327
+ pins.d3 = 10;
328
+ pins.d4 = 12;
329
+ pins.d5 = 18;
330
+ pins.d6 = 17;
331
+ pins.d7 = 16;
332
+ pins.xclk = 15;
333
+ pins.pclk = 13;
334
+ pins.vsync = 6;
335
+ pins.href = 7;
336
+ pins.sccb_sda = 4;
337
+ pins.sccb_scl = 5;
338
+ pins.pwdn = -1;
339
+ pins.reset = -1;
340
+ pins.flashlight = -1;
341
+ }
342
};
343
344
0 commit comments