I'd quite like to use this code as part of a University practical lab, where my students will be using a TSIC306 sensor in a group project next year. I'd need to customise the conversion from ADC reading to temperature in the T() function, and I'd also really like them to be able to install the library from PyPI or similar.
Would you be interested in either or both of a pull request to subclass ZACWire with the equation for the TSIC306, or a pull request to publish it as a package on PyPI?
No worries at all if you'd rather not acquire the maintenance headache of either of these. If not, I might publish a package that includes your rp2 code (I don't have the other hardware to test on), making clear where it came from but also that you're not responsible for a third party package - but it feels courteous to drop you a line first.
Thanks for providing this - I was delighted to find a ready-made ZACWire library.
I'd quite like to use this code as part of a University practical lab, where my students will be using a TSIC306 sensor in a group project next year. I'd need to customise the conversion from ADC reading to temperature in the
T()function, and I'd also really like them to be able to install the library from PyPI or similar.Would you be interested in either or both of a pull request to subclass
ZACWirewith the equation for the TSIC306, or a pull request to publish it as a package on PyPI?No worries at all if you'd rather not acquire the maintenance headache of either of these. If not, I might publish a package that includes your
rp2code (I don't have the other hardware to test on), making clear where it came from but also that you're not responsible for a third party package - but it feels courteous to drop you a line first.Thanks for providing this - I was delighted to find a ready-made ZACWire library.