Skip to content

Releases: sparkfun/SparkFun_VL53L1X_Arduino_Library

Fixing Improper IOVDD voltages

06 Jan 22:07
Compare
Choose a tag to compare

IOVDD was set up for 1v8, while we are technically in 2v8 mode. This issue wasn't fatal but we should definitely configure things as recommended.

Fix code in Example3

28 Dec 01:23
93b86a2
Compare
Choose a tag to compare

Fixes outputs in Example3 for error conditions

Adding ability to set custom ROI

04 Nov 20:05
Compare
Choose a tag to compare

added ability to set optical center on ROI

Initialization now checks for 0 instead of true

03 Sep 19:49
Compare
Choose a tag to compare
fixing initialization issue where we were checking for true instead o…

…f 0 upon call of Begin

Updating examples to proper sensor initialization check

01 Mar 23:42
Compare
Choose a tag to compare
v1.1.5

updating examples to check for begin() == true

v1.1.4

21 Jan 18:30
Compare
Choose a tag to compare

Updating the way we point at an I2CPort

Clone of 1.1.2

08 Jan 17:28
Compare
Choose a tag to compare

Files didn't get copied over from the working version to the Github repo. v1.1.2 has been remade here

Updating examples to use begin

07 Jan 18:38
Compare
Choose a tag to compare
v1.1.2

fixing issues withtypes, updating examples to use begin

Fixing issues filed by matthias

02 Jan 19:29
Compare
Choose a tag to compare

Fixed a few small issues filed by matthias. Added all comments to describe functions

Updating to a wrapped version of ST's library

21 Dec 20:23
1773c55
Compare
Choose a tag to compare

ST has a stripped down version of their library that they have so kindly allowed us to leverage