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