File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
1100.0.3
211-----
312
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
132include python_lib/vl53l1x_python.c
14- include README.rst
3+ include api/platform/vl53l1_platform.c
4+ include README.md
155include CHANGELOG.txt
Original file line number Diff line number Diff line change 22
33Python library for the VL53L1X Laser Ranger.
44
5+ https://shop.pimoroni.com/products/vl53l1x-breakout
6+
57# Installing
68
79```
Original file line number Diff line number Diff line change 2222 'python_lib/vl53l1x_python.c' ])
2323
2424setup (name = 'VL53L1X' ,
25- version = '0.0.3 ' ,
25+ version = '0.0.4 ' ,
2626 description = 'vl53l1x distance sensor driver for Raspberry Pi' ,
2727 maintainer = 'Phil Howard' ,
2828 maintainer_email = 'phil@pimoroni.com' ,
You can’t perform that action at this time.
0 commit comments