You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VL53L1X is the latest Time Of Flight (ToF) sensor to be released. It uses a VCSEL (vertical cavity surface emitting laser) to emit a class 1 IR laser and time the reflection to the target. What does all this mean? You can measure the distance to an object up to 4 meters away with millimeter resolution! That’s pretty incredible.
9
9
@@ -12,32 +12,34 @@ We’re far from done: The VL53L1X is a highly complex sensor with a multitude o
12
12
We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm.
13
13
14
14
SparkFun labored with love to create this code. Feel like supporting open source hardware?
15
-
Buy a [breakout board](https://www.sparkfun.com/products/14667) from SparkFun!
16
-
17
-
Library written by Nathan Seidle ([SparkFun](http://www.sparkfun.com)).
15
+
Buy a [breakout board](https://www.sparkfun.com/products/14722) from SparkFun!
18
16
19
17
Repository Contents
20
18
-------------------
21
19
22
-
***/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
23
-
***/src** - Source files for the library (.cpp, .h).
24
-
***keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
25
-
***library.properties** - General library properties for the Arduino package manager.
***[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
31
-
***[Product Repository](https://github.com/sparkfunX/Qwiic_Distance_VL53L1X)** - Main repository (including hardware files)
28
+
Product Versions
29
+
--------------
30
+
***[SEN-14722](https://www.sparkfun.com/products/14722)** - SparkFun red version
31
+
***[SPX-14667](https://www.sparkfun.com/products/14667)** - SparkX Version
32
32
33
33
License Information
34
34
-------------------
35
35
36
36
This product is _**open source**_!
37
37
38
-
Various bits of the code have different licenses applied. Anything SparkFun wrote is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!
38
+
Please review the LICENSE.md file for license information.
39
+
40
+
If you have any questions or concerns on licensing, please contact techsupport@sparkfun.com.
39
41
40
-
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
42
+
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release any derivative under the same license.
0 commit comments