File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 Nicola Elia
3
+ Copyright (c) 2022 Nicola Elia
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 24
24
from utime import sleep_ms , ticks_diff , ticks_ms
25
25
26
26
27
- __version__ = '0.3.2'
28
-
29
-
30
27
# These I2C default settings work for TinyPico (ESP32-based board)
31
28
MAX3010X_I2C_ADDRESS = 0x57
32
29
I2C_SPEED_FAST = 400000 # 400kHz speed
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "micropython-max30102" ,
6
- version = "0.3.2 " ,
6
+ version = "0.3.3 " ,
7
7
description = "MAX30102 driver for micropython." ,
8
8
long_description = open ("README.md" ).read (),
9
9
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments