* Correct temperature readings for defective ICs
* Add caveat/code sample in readme wrt. Resetting the IC when setting new mode and/or sample rates
* Rename _reset() to reset() ; move calibration stuff out of initialize() into reset()
* Add wait_{temperature,pressure}_ready() functions and use them in initialize()
* Add example code for setting up the sensor for a low power weather station (as per infineon's datasheet)
- Thanks taradiddles
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-dps310`.
Read the [docs](http://circuitpython.readthedocs.io/projects/dps310/en/latest/) for info on how to use it.