Skip to content

Commit 5edfb07

Browse files
authored
Decreased delta threshold to 1N
Decreased consecutive data value change force threshold to ~1 Newton (69000 raw)
1 parent 18e846b commit 5edfb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const float VOLTAGE_THRESHOLD = 1500000.0f;
3535

3636
const float ZERO_OFFSET = 380000.0f;
3737

38-
const float DELTA_THRESHOLD = 400000.0f;
38+
const float DELTA_THRESHOLD = 69000.0f;
3939

4040
// 10 mm/s = full speed (255)
4141
const unsigned short ACTUATOR_SPEED = 102; // 102 = 4mm/s

0 commit comments

Comments
 (0)