Skip to content

Commit

Permalink
Updates vendordeps and LabVIEW to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
willtoth committed Jan 23, 2020
1 parent 151486c commit 0040bde
Show file tree
Hide file tree
Showing 48 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions LabVIEW/2m Distance Sensor/DistanceSensorDriver.lvlib

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Private/VL53L0X_DataInit.vi
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Private/VL53L0X_GetDeviceInfo.vi
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Private/VL53L0X_InitializeI2C.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Private/VL53L0X_SetDeviceMode.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Private/VL53L0X_StaticInit.vi
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Private/VL53L0X_ValidateI2C.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/SubVI/Public/REV2mDistanceSensor Open.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/DeviceModes.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/Ports.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/Ports_Inv.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/REV2mDistanceSensorDevRef.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/RangeProfile.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/Rev2mDistanceSensorsArray.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/Units.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/VL53L0X_DMaxData_t.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/VL53L0X_DevData_t.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/VL53L0X_Dev_t.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/VL53L0X_DeviceInfo_t.ctl
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/VL53L0X_DeviceParameters_t.ctl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified LabVIEW/2m Distance Sensor/Typedef/VL53L0X_SpadData_t.ctl
Binary file not shown.
10 changes: 5 additions & 5 deletions Source/vendordeps/REV2mDistanceSensor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "REV2mDistanceSensor.json",
"name": "REV2mDistanceSensor",
"version": "0.0.6",
"version": "0.1.0",
"uuid": "9e352acd-4eec-40f7-8490-3357b5ed65ae",
"mavenUrls": [
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
Expand All @@ -11,14 +11,14 @@
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-java",
"version": "0.0.6"
"version": "0.1.0"
}
],
"jniDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-driver",
"version": "0.0.6",
"version": "0.1.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -30,7 +30,7 @@
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-cpp",
"version": "0.0.6",
"version": "0.1.0",
"libName": "libDistanceSensor",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -42,7 +42,7 @@
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-driver",
"version": "0.0.6",
"version": "0.1.0",
"libName": "libDistanceSensorDriver",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down

0 comments on commit 0040bde

Please sign in to comment.