Skip to content

Commit

Permalink
adjust cap thresholds for 8ch pvt
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Aug 29, 2023
1 parent cdd7c18 commit 4b91f24
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,15 @@ class LabwareLocations:
# THRESHOLDS: capacitive sensor
CAP_THRESH_OPEN_AIR = {
1: [3.0, 7.0],
8: [5.0, 12.0],
8: [8.0, 16.0],
}
CAP_THRESH_PROBE = {
1: [4.0, 8.0],
8: [8.0, 20.0],
8: [8.0, 16.0],
}
CAP_THRESH_SQUARE = {
1: [8.0, 15.0],
8: [12.0, 30.0],
8: [18.0, 26.0],
}

# THRESHOLDS: air-pressure sensor
Expand Down

0 comments on commit 4b91f24

Please sign in to comment.