You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max period should be set based off of the PWM frequency. I would recommend a 2x safety factor.
void SetMaxPeriod(double maxPeriod) override;
Once the max period is set and the update when empty is enabled the following should tell us if the sensor is working. If GetStopped returns true then the PWM is no longer being sent from the Teensy.
Investigate the root cause of the line sensor seemingly dying.
Detect a dead line sensor in code.
Ignore the line sensor when dead.
Bonus: Ability to reset the line sensor if it dies.
The text was updated successfully, but these errors were encountered: