Skip to content

Commit 517308b

Browse files
committed
Bumps to v.0.3.6
1 parent eb7d820 commit 517308b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ Note: as stated in the [datasheet](https://datasheets.maximintegrated.com/en/ds/
217217

218218
## Changelog
219219

220+
- v0.3.6
221+
- 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).
220222
- v0.3.5
221223
- A `SoftI2C` instance is now required by the constructor.
222224
- The constructor now raises `RuntimeError` when the sensor is not found on I2C bus.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="micropython-max30102",
6-
version="0.3.5",
6+
version="0.3.6",
77
description="MAX30102 driver for micropython.",
88
long_description=open("README.md").read(),
99
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)