Skip to content

Commit

Permalink
Bumps to v.0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elia committed Jun 13, 2022
1 parent eb7d820 commit 517308b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ Note: as stated in the [datasheet](https://datasheets.maximintegrated.com/en/ds/

## Changelog

- v0.3.6
- 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
- A `SoftI2C` instance is now required by the constructor.
- The constructor now raises `RuntimeError` when the sensor is not found on I2C bus.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="micropython-max30102",
version="0.3.5",
version="0.3.6",
description="MAX30102 driver for micropython.",
long_description=open("README.md").read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 517308b

Please sign in to comment.