boards: Add fixed sensor polarity configs.

This commit is contained in:
Kwabena W. Agyeman 2025-07-22 15:55:59 -07:00
parent ae517d8436
commit fc921285c3
3 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,8 @@
#define OMV_CSI_RESET_PIN (&omv_pin_A10_GPIO)
#define OMV_CSI_POWER_PIN (&omv_pin_B5_GPIO)
#define OMV_CSI_POLARITY_CONFIG { OMV_CSI_ACTIVE_HIGH, OMV_CSI_ACTIVE_LOW }
// Physical I2C buses.
// I2C bus 1

View File

@ -165,6 +165,8 @@
#define OMV_CSI_RESET_PIN (&omv_pin_A10_GPIO)
#define OMV_CSI_POWER_PIN (&omv_pin_B5_GPIO)
#define OMV_CSI_POLARITY_CONFIG { OMV_CSI_ACTIVE_HIGH, OMV_CSI_ACTIVE_LOW }
// Physical I2C buses.
// I2C bus 1

View File

@ -290,6 +290,8 @@ extern unsigned char OMV_BOARD_UID_ADDR[12]; // Unique address.
#define OMV_CSI_RESET_PIN (&omv_pin_CSI_RESET)
#define OMV_CSI_POWER_PIN (&omv_pin_CSI_POWER)
#define OMV_CSI_POLARITY_CONFIG { OMV_CSI_ACTIVE_LOW, OMV_CSI_ACTIVE_LOW }
#define OMV_WL_POWER_PIN (&omv_pin_WL_REG_ON)
#define OMV_BT_POWER_PIN (&omv_pin_BT_REG_ON)