Skip to content

Releases: adafruit/Adafruit_CircuitPython_Thermistor

Sphinx update.

21 Feb 21:51
6a0c123
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Added an examples folder and an example .py file.

04 Jan 23:05
3d4c908
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

Added examples/display_temperature.py to project

Updated with lint and autobundling!

21 Dec 02:31
6c281ed
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!

2.1.0 release supports both high and low side wiring

23 Oct 23:07
Compare
Choose a tag to compare

Change to add high_side boolean to initializer. This defaults to true and keeps the old behavior of the library which assumes a high side connection (thermistor from ADC input up to high logic/5 or 3.3 volts). However if high_side is set to false the logic changes appropriately so a low side connected thermistor (ADC input down to ground) works correctly too. No functional change for current library users--the default high side parameter will behave exactly as before.

2.0.0 release for CircuitPython 2.0+

20 Oct 23:17
Compare
Choose a tag to compare

This is a new release to trigger mpy generation with CircuitPython 2.0+ compatible mpy files. No functional change to the code.

0.2.0 - analogio

10 Apr 23:57
Compare
Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Switch to nativeio split APIs.

Second release for CircuitPython 0.9.4

11 Apr 17:36
Compare
Choose a tag to compare

Second release for TravisCI generation. Requires CircuitPython 0.9.4!

0.1 - Initial Release

22 Feb 11:03
Compare
Choose a tag to compare

Driver works. :-)