Skip to content

Commit 8f21d60

Browse files
committed
updated readme, license, library.properties
1 parent 9945579 commit 8f21d60

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://forum.pololu.com/
1313
--------------------------------------------------------------------------------
1414

1515
Copyright (c) 2017, STMicroelectronics
16-
Copyright (c) 2018-2021, Pololu Corporation
16+
Copyright (c) 2018-2022, Pololu Corporation
1717
All Rights Reserved
1818

1919
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# VL53L1X library for Arduino
2-
3-
Version: 1.3.0<br>
4-
Release date: 2021-04-16<br>
52
[www.pololu.com](https://www.pololu.com/)
63

74
## Summary
@@ -188,6 +185,7 @@ This library is intended to provide a quicker and easier way to get started usin
188185

189186
## Version history
190187

188+
* 1.3.1 (2022-02-18): Explicitly cast `Wire.write()` arguments to `uint8_t` (thanks giulcioffi). Added multiple sensors example.
191189
* 1.3.0 (2021-04-16): Added functions to configure and retrieve a custom region of interest (ROI) for the VL53L1X.
192190
* 1.2.1 (2020-11-23): Fixed compile error on platforms where `TwoWire` isn't a class.
193191
* 1.2.0 (2020-11-13): Added support for alternative I&sup2;C buses (thanks mampfes).

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VL53L1X
2-
version=1.3.0
2+
version=1.3.1
33
author=Pololu
44
maintainer=Pololu <inbox@pololu.com>
55
sentence=VL53L1X distance sensor library

0 commit comments

Comments
 (0)