Releases: pimoroni/max30105-python
Releases · pimoroni/max30105-python
Version 0.0.5
Version 0.0.4
- Bugfix: fix timeout bug in get_temperature(), requires i2cdevice>=0.0.7 (fixes #6)
Version 0.0.3
This is a bugfix for a problem with the MODE_CONFIG
being initialised with a zero and causing the library to raise an error due to encountering an unsupported mode. It was raised in issue #5 and also on the forums: https://forums.pimoroni.com/t/problem-with-max30105/11673
- Bugfix: support 0 init value of MODE_CONFIG register
Version 0.0.2
Port to new i2cdevice>=0.0.6 set/get API. For more information see: pimoroni/i2cdevice-python#3
Version 0.0.1
Initial release.