Recall that telemetry is the process of collecting and transmitting data. There is a lot of useful information our motors could send back to us, but to start let's have it output the power based on the joystick's movement.
Similar to our servo program, let's add a new line of telemetry.addData();
.
This time we are going to set our string as "Motor Power" and after our comma will use test_motor.getPower()