Project

General

Profile

Revision 64aea12e

ID64aea12ee77f67f4a477458030846b3aae8c422b
Parent 958699af
Child 63e19141

Added by Thomas Mullins about 11 years ago

Added ENABLE output for stepper

This will hopefully solve the problem of the stepper heating excessively
and constantly using current.

View differences:

scout_avr/src/main.cpp
29 29
    sonar::sonar_toggleResponse& resp)
30 30
{
31 31
  range_enabled = req.set_on;
32
  if (range_enabled)
33
    step_enable();
34
  else
35
    step_disable();
32 36
  resp.ack = true;
33 37
}
34 38

  

Also available in: Unified diff