Skip to content

Releases: n-elia/MAX30102-MicroPython-driver

v0.4.2

12 Mar 19:08
16604ae
Compare
Choose a tag to compare

What's Changed

  • Add module pre-compile to fix some import errors by @n-elia in #19
  • Updates the examples adding HR monitor by @n-elia in #23
  • Release v0.4.2 by @n-elia in #24

Full Changelog: v0.4.1...v0.4.2

v0.4.1

03 Dec 23:28
3d318fe
Compare
Choose a tag to compare

Changelog:

  • Changed the module files organization.
  • Added support to mip package manager (see here).

v0.4.0

04 Jul 09:31
9272688
Compare
Choose a tag to compare

Changelog:

  • According to some best practices discussed here, some changes have been made.
    • Removed the I2C scan at instantiation time, so that the sensor object could be instantiated even if the sensor
      is not available at the moment.
    • Removed the part ID checks at instantiation time, so that the user may skip them saving time.
  • The example has been updated, and default values now provide better results.

v0.3.6

13 Jun 15:06
Compare
Choose a tag to compare

Changelog:

  • The library now performs a I2C scan to check if the sensor is connected. This prevents unexpected I2C errors with some boards (such as Raspberry Pi Pico).

v0.3.5

24 May 13:10
Compare
Choose a tag to compare

Changelog:

  • A SoftI2C instance is now required by the constructor.
  • The constructor now raises RuntimeError when the sensor is not found on I2C bus.
  • The example has been updated to intercept the errors thrown by the constructor.
  • The example has been updated to estimate real acquisition frequency with a precision of 1 microsecond.
  • The readme has been re-organized to improve readability.

v0.3.4

16 Mar 23:23
eeb3bee
Compare
Choose a tag to compare

Changelog:

  • The package has been refactored to be compliant to PEP standards.

v0.3.3

15 Mar 19:21
Compare
Choose a tag to compare

This release makes the module available to download from PyPi repository.

v0.3

04 May 14:48
Compare
Choose a tag to compare

The driver repository is now clean :)
The driver works as expected when used as explained in the readme file. I tested it with a TinyPico board (based on ESP32-D4).