Hello, I am using the Arduino Nicla Vision and try to read a speed sensor. I think that the voltage level of my Nicla Vision might be wrong. According to the data sheet the voltage level can be set in software:
Digital Pins voltage level can be forced externally through VDDIO_EXT or internally set to 3.3V or 1.8V with: nicla::enable3V3LDO() and nicla::enable1V8LDO() respectively.
How can this be done with OpenMV?
Thanks!