Skip to content

Commit

Permalink
updated readme, library.properties, license
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-pololu committed Apr 6, 2022
1 parent 9889ed6 commit 9f3773c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2020 Pololu Corporation. For more information, see
Copyright (c) 2017-2022 Pololu Corporation. For more information, see

https://www.pololu.com/
https://forum.pololu.com/
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# VL53L0X library for Arduino

Version: 1.3.0<br>
Release date: 2020 Sep 24<br>
[www.pololu.com](https://www.pololu.com/)

## Summary
Expand Down Expand Up @@ -164,9 +161,10 @@ This library is intended to provide a quicker and easier way to get started usin

## Version history

* 1.3.0 (2020 Sep 24): Added support for alternative I&sup2;C buses (thanks KurtE).
* 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).
* 1.1.0 (2019 Oct 29): Improved `init()` and added a check for its return value in examples; fixed a few other issues.
* 1.0.2 (2017 Jun 27): Fixed a typo in a register modification in `getSpadInfo()` (thanks @tridge).
* 1.0.1 (2016 Dec 08): Fixed type error in `readReg32Bit()`.
* 1.0.0 (2016 Aug 12): Original release.
* 1.3.1 (2022-04-05): Explicitly cast `Wire.write()` arguments to `uint8_t`. Removed 20ms hard limit for timing budget to match API 1.0.4.
* 1.3.0 (2020-09-24): Added support for alternative I&sup2;C buses (thanks KurtE).
* 1.2.0 (2019-10-31): Incorporated some updates from ST's VL53L0X API version 1.0.2 (this library was originally based on API version 1.0.0).
* 1.1.0 (2019-10-29): Improved `init()` and added a check for its return value in examples; fixed a few other issues.
* 1.0.2 (2017-06-27): Fixed a typo in a register modification in `getSpadInfo()` (thanks @tridge).
* 1.0.1 (2016-12-08): Fixed type error in `readReg32Bit()`.
* 1.0.0 (2016-08-12): Original release.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=VL53L0X
version=1.3.0
version=1.3.1
author=Pololu
maintainer=Pololu <[email protected]>
sentence=VL53L0X distance sensor library
Expand Down

0 comments on commit 9f3773c

Please sign in to comment.