File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2021 Nicola Elia
3+ Copyright (c) 2022 Nicola Elia
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2424from 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)
3128MAX3010X_I2C_ADDRESS = 0x57
3229I2C_SPEED_FAST = 400000 # 400kHz speed
Original file line number Diff line number Diff line change 33
44setup (
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' ,
You can’t perform that action at this time.
0 commit comments