Releases: n-elia/MAX30102-MicroPython-driver
Releases · n-elia/MAX30102-MicroPython-driver
v0.4.2
v0.4.1
v0.4.0
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.
- Removed the I2C scan at instantiation time, so that the sensor object could be instantiated even if the sensor
- The example has been updated, and default values now provide better results.
v0.3.6
v0.3.5
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.