mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix Portenta sensor reset pin.
This commit is contained in:
parent
8c3eb0fb38
commit
8b178d5ade
@ -153,8 +153,8 @@
|
||||
#define DCMI_RESET_PIN (GPIO_PIN_10)
|
||||
#define DCMI_RESET_PORT (GPIOA)
|
||||
|
||||
#define DCMI_PWDN_PIN (GPIO_PIN_7)
|
||||
#define DCMI_PWDN_PORT (GPIOD)
|
||||
#define DCMI_PWDN_PIN (GPIO_PIN_14)
|
||||
#define DCMI_PWDN_PORT (GPIOJ)
|
||||
|
||||
#define DCMI_FSIN_PIN (GPIO_PIN_5)
|
||||
#define DCMI_FSIN_PORT (GPIOB)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user