-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing issues withtypes, updating examples to use begin
- Loading branch information
1 parent
e35acdf
commit 8cefa5b
Showing
9 changed files
with
137 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,69 @@ | ||
####################################### | ||
# Syntax Coloring Map | ||
# Syntax Coloring Map For ST_FlightSense_Sensor_Shields | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
VL53L1X KEYWORD1 | ||
SFEVL53L1X KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
init KEYWORD2 | ||
begin KEYWORD2 | ||
startRanging KEYWORD2 | ||
checkForDataReady KEYWORD2 | ||
setTimingBudgetInMs KEYWORD2 | ||
getTimingBudgetInMs KEYWORD2 | ||
setDistanceModeLong KEYWORD2 | ||
setDistanceModeShort KEYWORD2 | ||
getDistanceMode KEYWORD2 | ||
setIntermeasurementPeriod KEYWORD2 | ||
getIntermeasurementPeriod KEYWORD2 | ||
checkBootState KEYWORD2 | ||
getSensorID KEYWORD2 | ||
getDistance KEYWORD2 | ||
getSignalPerSpad KEYWORD2 | ||
getAmbientPerSpad KEYWORD2 | ||
getSignalRate KEYWORD2 | ||
getSpadNb KEYWORD2 | ||
getAmbientRate KEYWORD2 | ||
getRangeStatus KEYWORD2 | ||
setOffset KEYWORD2 | ||
getOffset KEYWORD2 | ||
setXTalk KEYWORD2 | ||
getXTalk KEYWORD2 | ||
setDistanceThreshold KEYWORD2 | ||
getDistanceThresholdWindow KEYWORD2 | ||
getDistanceThresholdLow KEYWORD2 | ||
getDistanceThresholdHigh KEYWORD2 | ||
setROI KEYWORD2 | ||
getROIX KEYWORD2 | ||
getROIY KEYWORD2 | ||
setSignalThreshold KEYWORD2 | ||
getSignalThreshold KEYWORD2 | ||
setSigmaThreshold KEYWORD2 | ||
getSigmaThreshold KEYWORD2 | ||
startTemperatureUpdate KEYWORD2 | ||
calibrateOffset KEYWORD2 | ||
calibrateXTalk KEYWORD2 | ||
|
||
readRegister KEYWORD2 | ||
readRegister16 KEYWORD2 | ||
writeRegister KEYWORD2 | ||
writeRegister16 KEYWORD2 | ||
init KEYWORD2 | ||
begin KEYWORD2 | ||
checkID KEYWORD2 | ||
sensorOn KEYWORD2 | ||
sensorOff KEYWORD2 | ||
getSoftwareVersion KEYWORD2 | ||
setI2CAddress KEYWORD2 | ||
getI2CAddress KEYWORD2 | ||
clearInterrupt KEYWORD2 | ||
setInterruptPolarityHigh KEYWORD2 | ||
setInterruptPolarityLow KEYWORD2 | ||
getInterruptPolarity KEYWORD2 | ||
startRanging KEYWORD2 | ||
stopRanging KEYWORD2 | ||
checkForDataReady KEYWORD2 | ||
setTimingBudgetInMs KEYWORD2 | ||
getTimingBudgetInMs KEYWORD2 | ||
setDistanceModeLong KEYWORD2 | ||
setDistanceModeShort KEYWORD2 | ||
getDistanceMode KEYWORD2 | ||
setIntermeasurementPeriod KEYWORD2 | ||
getIntermeasurementPeriod KEYWORD2 | ||
checkBootState KEYWORD2 | ||
getSensorID KEYWORD2 | ||
getDistance KEYWORD2 | ||
getSignalPerSpad KEYWORD2 | ||
getAmbientPerSpad KEYWORD2 | ||
getSignalRate KEYWORD2 | ||
getSpadNb KEYWORD2 | ||
getAmbientRate KEYWORD2 | ||
getRangeStatus KEYWORD2 | ||
setOffset KEYWORD2 | ||
getOffset KEYWORD2 | ||
setXTalk KEYWORD2 | ||
getXTalk KEYWORD2 | ||
setDistanceThreshold KEYWORD2 | ||
getDistanceThresholdWindow KEYWORD2 | ||
getDistanceThresholdLow KEYWORD2 | ||
getDistanceThresholdHig KEYWORD2 | ||
setROI KEYWORD2 | ||
getROIX KEYWORD2 | ||
getROIY KEYWORD2 | ||
setSignalThreshold KEYWORD2 | ||
getSignalThreshold KEYWORD2 | ||
setSigmaThreshold KEYWORD2 | ||
getSigmaThreshold KEYWORD2 | ||
startTemperatureUpdate KEYWORD2 | ||
calibrateOffset KEYWORD2 | ||
calibrateXTalk KEYWORD2 | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=SparkFun VL53L1X 4m Laser Distance Sensor | ||
version=1.1.1 | ||
version=1.1.2 | ||
author=SparkFun Electronics <techsupport@sparkfun.com> | ||
maintainer=SparkFun Electronics <sparkfun.com> | ||
sentence=Library for the SparkFun Qwiic 4m Distance Sensor - VL53L1X | ||
paragraph=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. We’ve found the precision of the sensor to be 1mm but the accuracy is around +/-5mm. Available at: https://www.sparkfun.com/products/14667 | ||
category=Sensors | ||
url=https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_Library | ||
architectures=* | ||
architectures=* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters