DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
96 stars 85 forks source link

Should GoPiGo3.cpp::reset_all() power off servos? #260

Closed slowrunner closed 4 years ago

slowrunner commented 4 years ago

Should the GoPiGo3.cpp::reset_all() method also power off the servos?

// Turn servo power off GPG.set_servo(SERVO_1,0); GPG.set_servo(SERVO_2,0);

CleoQc commented 4 years ago

indeed it should.