MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / get_motor_encoder

Method get_motor_encoder

Software/C/GoPiGo3.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322int32_t GoPiGo3::get_motor_encoder(uint8_t port){
323 int32_t value;
324 get_motor_encoder(port, value);
325 return value;
326}
327
328int GoPiGo3::get_motor_encoder(uint8_t port, int32_t &value){
329 uint8_t msg_type;

Callers 7

ReadyForBalanceFunction · 0.45
BalanceBot.pyFile · 0.45
handle_encodersFunction · 0.45
turn_gpgFunction · 0.45
drive_gpgFunction · 0.45
setup_default_broadcastsFunction · 0.45
mainFunction · 0.45

Calls 1

fatal_errorFunction · 0.85

Tested by

no test coverage detected