boards/OPENMV_N6: Enable ToF module to enable depth LUT.

This commit is contained in:
Kwabena W. Agyeman 2025-10-05 13:22:22 -07:00
parent 96034db229
commit c0dfdc7359
2 changed files with 5 additions and 0 deletions

View File

@ -260,6 +260,10 @@
#define OMV_FIR_I2C_ID (OMV_I2C2_ID)
#define OMV_FIR_I2C_SPEED (OMV_I2C_SPEED_FULL)
// TOF I2C bus
#define OMV_TOF_I2C_ID (OMV_I2C2_ID)
#define OMV_TOF_I2C_SPEED (OMV_I2C_SPEED_FULL)
// IMU SPI bus
#define OMV_IMU_I2C_ID (OMV_I2C4_ID)
#define OMV_IMU_I2C_SPEED (OMV_I2C_SPEED_FULL)

View File

@ -29,6 +29,7 @@ OMV_LEPTON_SDK_ENABLE=1
MICROPY_PY_CSI = 1
MICROPY_PY_CSI_NG = 1
MICROPY_PY_FIR = 1
MICROPY_PY_TOF = 1
MICROPY_PY_IMU = 1
MICROPY_PY_CRC = 1
MICROPY_PY_ULAB = 1