Skip to content

Releases: pimoroni/max30105-python

Version 0.0.5

18 Mar 17:26
510ebe2
Compare
Choose a tag to compare

Bugfix: fix off-by-one error in sample average bitmask

Version 0.0.4

09 Jul 15:24
v0.0.4
9a33248
Compare
Choose a tag to compare
  • Bugfix: fix timeout bug in get_temperature(), requires i2cdevice>=0.0.7 (fixes #6)

Version 0.0.3

01 Nov 09:38
Compare
Choose a tag to compare

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

13 Sep 16:16
Compare
Choose a tag to compare

Port to new i2cdevice>=0.0.6 set/get API. For more information see: pimoroni/i2cdevice-python#3

Version 0.0.1

12 Feb 14:36
Compare
Choose a tag to compare

Initial release.