To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases) or the zip from here that matches the version of CircuitPython you are using.
Added examples/display_temperature.py to project
3.0.0
Thanks to tannewt for the great work!
2.1.0
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
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
This requires [CircuitPython](https://github.com/adafruit/circuitpython/releases) 0.9.4+!
* Switch to `nativeio` split APIs.
0.1.2
Second release for TravisCI generation. Requires CircuitPython 0.9.4!