Skip to content

Commit 9a6aee9

Browse files
committed
updated readme & library.properties
1 parent 9c0813c commit 9a6aee9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# VL53L0X library for Arduino
22

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>
55
[![Build Status](https://travis-ci.org/pololu/vl53l0x-arduino.svg?branch=master)](https://travis-ci.org/pololu/vl53l0x-arduino)<br>
66
[www.pololu.com](https://www.pololu.com/)
77

@@ -159,6 +159,7 @@ This library is intended to provide a quicker and easier way to get started usin
159159

160160
## Version history
161161

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).
162163
* 1.1.0 (2019 Oct 29): Improved `init()` and added a check for its return value in examples; fixed a few other issues.
163164
* 1.0.2 (2017 Jun 27): Fixed a typo in a register modification in `getSpadInfo()` (thanks @tridge).
164165
* 1.0.1 (2016 Dec 08): Fixed type error in `readReg32Bit()`.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VL53L0X
2-
version=1.1.0
2+
version=1.2.0
33
author=Pololu
44
maintainer=Pololu <[email protected]>
55
sentence=VL53L0X distance sensor library

0 commit comments

Comments
 (0)