Merge pull request #2225 from openmv/giga_himax

boards/ARDUINO_GIGA: Enable HIMAX sensors.
This commit is contained in:
Ibrahim Abdelkader 2024-05-30 20:52:51 +02:00 committed by GitHub
commit d85505cec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,9 @@
#define OMV_GC2145_ENABLE (1)
#define OMV_GC2145_ROTATE (1)
#define OMV_HM01B0_ENABLE (1)
#define OMV_HM0360_ENABLE (1)
// FIR sensor drivers configuration.
#define OMV_FIR_MLX90621_ENABLE (1)
#define OMV_FIR_MLX90640_ENABLE (1)