Hi - I am working on a project that would need to use a Sparkfun qwiic micropressure sensor (https://www.sparkfun.com/products/16476).
The Sparkfun drivers however are in C++ for the Arduino, and because of other peripherals, the development platform for the project is the Raspberry Pi Pico in Micropython.
Is anyone aware of a port of the micropressure drivers to Python? - as re-writing the driver (or creating a wrapper?) is far beyond my current level of expertise - and GitHub appears not to hold a solution.
(There are Python drivers for a BME280 atmospheric sensor, but this does not have the required functionality)
Thank You,
Victor