File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ void setup(){
50
50
// its resonant frequency. I found that restricting the PCB (squeezing)
51
51
// raises an error which stops operation because it can not reach resonance.
52
52
// I disable here to avoid this error.
53
- hapDrive.enableAcceleration (false );
53
+ hapDrive.enableFreqTrack (false );
54
54
55
55
analogWrite (pwmPin, power); // Apply the signal before entering PWM mode.
56
56
delay (10 ); // An abundance of caution here =P
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ void setup(){
54
54
// its resonant frequency. I found that restricting the PCB (squeezing)
55
55
// raises an error which stops operation because it can not reach resonance.
56
56
// I disable here to avoid this error.
57
- hapDrive.enableAcceleration (false );
57
+ hapDrive.enableFreqTrack (false );
58
58
59
59
Timer1.pwm (pwmPin, power); // Apply signal before setting to PWM mode.
60
60
delay (10 ); // An abundance of caution here =P
You can’t perform that action at this time.
0 commit comments