Skip to content

Commit 86395ce

Browse files
add eye_s3() model
1 parent 3644267 commit 86395ce

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/eloquent_esp32cam/camera/pinout.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,26 @@ namespace Eloquent {
319319
pins.reset = 39;
320320
pins.flashlight = -1;
321321
}
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+
}
322342
};
323343
}
324344
}

0 commit comments

Comments
 (0)