File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# VL53L0X library for Arduino
2
2
3
- Version: 1.1 .0<br >
4
- Release date: 2019 Oct 29 <br >
3
+ Version: 1.2 .0<br >
4
+ Release date: 2019 Oct 31 <br >
5
5
[ ![ Build Status] ( https://travis-ci.org/pololu/vl53l0x-arduino.svg?branch=master )] ( https://travis-ci.org/pololu/vl53l0x-arduino ) <br >
6
6
[ www.pololu.com ] ( https://www.pololu.com/ )
7
7
@@ -159,6 +159,7 @@ This library is intended to provide a quicker and easier way to get started usin
159
159
160
160
## Version history
161
161
162
+ * 1.2.0 (2019 Oct 31): Incorporated some updates from ST's VL53L0X API version 1.0.2 (this library was originally based on API version 1.0.0).
162
163
* 1.1.0 (2019 Oct 29): Improved ` init() ` and added a check for its return value in examples; fixed a few other issues.
163
164
* 1.0.2 (2017 Jun 27): Fixed a typo in a register modification in ` getSpadInfo() ` (thanks @tridge ).
164
165
* 1.0.1 (2016 Dec 08): Fixed type error in ` readReg32Bit() ` .
Original file line number Diff line number Diff line change 1
1
name =VL53L0X
2
- version =1.1 .0
2
+ version =1.2 .0
3
3
author =Pololu
4
4
maintainer =Pololu <
[email protected] >
5
5
sentence =VL53L0X distance sensor library
You can’t perform that action at this time.
0 commit comments