Skip to content

Commit dc520c5

Browse files
add kaluga support
1 parent 16a9ba8 commit dc520c5

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
@@ -339,6 +339,26 @@ namespace Eloquent {
339339
pins.reset = -1;
340340
pins.flashlight = -1;
341341
}
342+
343+
void kaluga() {
344+
pins.d0 = 36;
345+
pins.d1 = 37;
346+
pins.d2 = 41;
347+
pins.d3 = 42;
348+
pins.d4 = 39;
349+
pins.d5 = 40;
350+
pins.d6 = 21;
351+
pins.d7 = 38;
352+
pins.xclk = 1;
353+
pins.pclk = 33;
354+
pins.vsync = 2;
355+
pins.href = 3;
356+
pins.sccb_sda = 8;
357+
pins.sccb_scl = 7;
358+
pins.pwdn = -1;
359+
pins.reset = -1;
360+
pins.flashlight = -1;
361+
}
342362
};
343363
}
344364
}

0 commit comments

Comments
 (0)