mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
servo: Remove extraneous output from routine
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
parent
951f0e0866
commit
47c79086f2
@ -85,8 +85,6 @@ mraa_result_t Servo::setAngle (int angle) {
|
||||
}
|
||||
mraa_pwm_enable (m_pwmServoContext, 0);
|
||||
|
||||
std::cout << "angle = " << angle << " ,pulse = " << calcPulseTraveling(angle) << ", cycles " << cycles << std::endl;
|
||||
|
||||
m_currAngle = angle;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user