mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix OMV4 FSIN pin.
This commit is contained in:
parent
d7bc409cf3
commit
6d936e2567
@ -111,8 +111,8 @@
|
|||||||
#define DCMI_PWDN_PIN (GPIO_PIN_7)
|
#define DCMI_PWDN_PIN (GPIO_PIN_7)
|
||||||
#define DCMI_PWDN_PORT (GPIOD)
|
#define DCMI_PWDN_PORT (GPIOD)
|
||||||
|
|
||||||
#define DCMI_FSIN_PIN (GPIO_PIN_3)
|
#define DCMI_FSIN_PIN (GPIO_PIN_5)
|
||||||
#define DCMI_FSIN_PORT (GPIOD)
|
#define DCMI_FSIN_PORT (GPIOB)
|
||||||
|
|
||||||
#define DCMI_D0_PIN (GPIO_PIN_6)
|
#define DCMI_D0_PIN (GPIO_PIN_6)
|
||||||
#define DCMI_D1_PIN (GPIO_PIN_7)
|
#define DCMI_D1_PIN (GPIO_PIN_7)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user