Hi has anyone made a Python wrapper like this:
https://github.com/cassou/VL53L0X_rasp
but that works for the VL53L1CB Linux driver?
Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-12-22 5:52 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-01-06 7: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
- john
If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.
