Dan Halbert
Dan Halbert
I'm going to close this in favor of #394, at least for now.
I'm not sure if the `sensor_id` argument is necessary, since different instantiations could be distinguished by object identity.
This is not so easy to fix, because the underlying library we use, https://github.com/ceva-dsp/sh2, is not re-entrant and only supports one sensor at a time. The SparkFun library is derived...
The last 7.x bundle is listed here: https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#faq-3105289. The 7.x bundle is no longer being updated.
@FoamyGuy Is this still fine? Any reason not to merge it?
@FoamyGuy I merged this but the merge test failed :frowning_face:
If you type `which -a python3` what does it say? How did you install Python 3.12? It looks like you have a mixed environment going on right now: some packages...
It is not a good idea to install the latest version of Python as `/usr/bin/python3`. That may well break system utilities and the like that depend on the version of...
> This will hopefully means that the problems i was having will not reoccur? I think so. You can use `pipx`, or if you are installing many things with `pip`...
Do you want to submit a PR for this? Such expressions could be rewritten as you indicated, or we could use `//`.