File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ https://forum.pololu.com/
13
13
--------------------------------------------------------------------------------
14
14
15
15
Copyright (c) 2017, STMicroelectronics
16
- Copyright (c) 2018-2021 , Pololu Corporation
16
+ Copyright (c) 2018-2022 , Pololu Corporation
17
17
All Rights Reserved
18
18
19
19
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
# VL53L1X library for Arduino
2
-
3
- Version: 1.3.0<br >
4
- Release date: 2021-04-16<br >
5
2
[ www.pololu.com ] ( https://www.pololu.com/ )
6
3
7
4
## Summary
@@ -188,6 +185,7 @@ This library is intended to provide a quicker and easier way to get started usin
188
185
189
186
## Version history
190
187
188
+ * 1.3.1 (2022-02-18): Explicitly cast ` Wire.write() ` arguments to ` uint8_t ` (thanks giulcioffi). Added multiple sensors example.
191
189
* 1.3.0 (2021-04-16): Added functions to configure and retrieve a custom region of interest (ROI) for the VL53L1X.
192
190
* 1.2.1 (2020-11-23): Fixed compile error on platforms where ` TwoWire ` isn't a class.
193
191
* 1.2.0 (2020-11-13): Added support for alternative I² ; C buses (thanks mampfes).
Original file line number Diff line number Diff line change 1
1
name =VL53L1X
2
- version =1.3.0
2
+ version =1.3.1
3
3
author =Pololu
4
4
maintainer =Pololu <inbox@pololu.com>
5
5
sentence =VL53L1X distance sensor library
You can’t perform that action at this time.
0 commit comments