Skip to content

Commit 3cbe3ce

Browse files
Update pinout.h
1 parent b8d62d4 commit 3cbe3ce

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/eloquent_esp32cam/camera/pinout.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,30 @@ namespace Eloquent {
183183
return true;
184184
}
185185

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+
186210
/**
187211
*
188212
*/

0 commit comments

Comments
 (0)