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 16a9ba8 commit dc520c5Copy full SHA for dc520c5
src/eloquent_esp32cam/camera/pinout.h
@@ -339,6 +339,26 @@ namespace Eloquent {
339
pins.reset = -1;
340
pins.flashlight = -1;
341
}
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
+ }
362
};
363
364
0 commit comments