Skip to content

Commit

Permalink
remove unused drivers from list
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonwramsey committed Feb 9, 2023
1 parent b80b1d0 commit 1503efc
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions config/titan-karca.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"calibration_intercept": -249.8,
"calibration_slope": 0.339,
"rolling_average_width": 10,
"range": [-100, 700],
"range": [-300, 700],
"adc": 1,
"channel": 0
},
Expand Down Expand Up @@ -115,20 +115,6 @@
"pin": 6,
"protected": false
},
{
"label": "Unused (1)",
"label_actuate": "Actuate",
"label_deactuate": "Deactuate",
"pin": 22,
"protected": true
},
{
"label": "Unused (2)",
"label_actuate": "Actuate",
"label_deactuate": "Deactuate",
"pin": 27,
"protected": true
},
{
"label": "Ignition",
"label_actuate": "Ignite",
Expand Down Expand Up @@ -157,7 +143,7 @@
},
{
"type": "Actuate",
"driver_id": 5,
"driver_id": 3,
"value": true
},
{
Expand All @@ -169,7 +155,7 @@
},
{
"type": "Actuate",
"driver_id": 5,
"driver_id": 3,
"value": false
}
],
Expand All @@ -191,7 +177,7 @@
},
{
"type": "Actuate",
"driver_id": 5,
"driver_id": 3,
"value": false
}
],
Expand Down

0 comments on commit 1503efc

Please sign in to comment.