File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change
1
+ 0.0.4
2
+ -----
3
+
4
+ * Enhancement: support for tca9548a, for #13
5
+ * Enhancement: support for i2c address change, for #14
6
+ * Enhancement: support for setting timing budget, for #16
7
+ * Synced API code with latest release from ST
8
+
9
+
1
10
0.0.3
2
11
-----
3
12
Original file line number Diff line number Diff line change 1
- include api/core/vl53l1_api_calibration.c
2
- include api/core/vl53l1_core.c
3
- include api/core/vl53l1_core_support.c
4
- include api/core/vl53l1_api_core.c
5
- include api/core/vl53l1_api_preset_modes.c
6
- include api/core/vl53l1_silicon_core.c
7
- include api/core/vl53l1_register_funcs.c
8
- include api/core/vl53l1_wait.c
9
- include api/core/vl53l1_error_strings.c
10
- include api/core/vl53l1_api_strings.c
11
- include api/core/vl53l1_api.c
12
- include api/platform/vl53l1_platform.c
1
+ recursive-include api *.c *.h
13
2
include python_lib/vl53l1x_python.c
14
- include README.rst
3
+ include api/platform/vl53l1_platform.c
4
+ include README.md
15
5
include CHANGELOG.txt
Original file line number Diff line number Diff line change 2
2
3
3
Python library for the VL53L1X Laser Ranger.
4
4
5
+ https://shop.pimoroni.com/products/vl53l1x-breakout
6
+
5
7
# Installing
6
8
7
9
```
Original file line number Diff line number Diff line change 22
22
'python_lib/vl53l1x_python.c' ])
23
23
24
24
setup (name = 'VL53L1X' ,
25
- version = '0.0.3 ' ,
25
+ version = '0.0.4 ' ,
26
26
description = 'vl53l1x distance sensor driver for Raspberry Pi' ,
27
27
maintainer = 'Phil Howard' ,
28
28
maintainer_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments