Skip to content

Commit cf1263f

Browse files
committed
Minor changes
1 parent fadc1c3 commit cf1263f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Nicola Elia
3+
Copyright (c) 2022 Nicola Elia
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

max30102/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
from utime import sleep_ms, ticks_diff, ticks_ms
2525

2626

27-
__version__ = '0.3.2'
28-
29-
3027
# These I2C default settings work for TinyPico (ESP32-based board)
3128
MAX3010X_I2C_ADDRESS = 0x57
3229
I2C_SPEED_FAST = 400000 # 400kHz speed

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.2",
6+
version="0.3.3",
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)