Example #1
0
void conf_motors()
{
  conf_motor_pins();
  speed1 = 0;
  speed2 = 0;
  pwm_cnt = 0;
}
Example #2
0
File: motor.c Project: twm/VTMotor
void conf_motors()
{
  conf_motor_pins();
  m_speed1 = 0;
  m_speed2 = 0;
  m_pwm_cnt = 0;
}