Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4960

Other RP2040 boards • Re: Raspberry Pi Pico (Pico 4 ML): Pin and Schematic are different But How it Works?

$
0
0
Actually, it is vice versa.

The assignment pin in the library

Code:

int PIN_CAM_SIOD        = 4;  // I2C0 SDAint PIN_CAM_SIOC        = 5;  // I2C0 SCLint PIN_CAM_RESETB      = 2;int PIN_CAM_XCLK        = 3;int PIN_CAM_VSYNC       = 16;  // GP15 hsync  GP14 pixel clockint PIN_CAM_Y2_PIO_BASE = 6;   // data GPIO6
But when looking at the connections

Image

Therefore, the connection pins and assignment pins are not the same. Therefore I have a problem at this point.

Statistics: Posted by firzen — Tue Mar 26, 2024 11:21 am



Viewing all articles
Browse latest Browse all 4960

Trending Articles