2021-12-22 05:52 PM
2022-01-06 07:42 AM
I don't have a python wrapper, but I saw an application where the C-coded example was run and then the output piped into a python script.
Python is not my thing, but apparently reading data from the pipe was easy enough.
Could that work?
Granted, you don't have any control over the sensor from python, but assuming you just want to run the sensor and get the answers as they arrive, it could work