Does this look like good code to display the motor temperature on the controller and V5 brain
Thanks In Advance
P.S Check is just the comment that I made
brain.screen.print_line(1, ‘CHECK!!’)
brain.screen.print_line(2, (motor_11.temperature(vex.PercentUnits.PCT)))
brain.screen.print_line(3, (motor_12.temperature(vex.PercentUnits.PCT)))
brain.screen.print_line(4, (motor_13.temperature(vex.PercentUnits.PCT)))
brain.screen.print_line(5, (motor_14.temperature(vex.PercentUnits.PCT)))
con.screen.set_cursor(1, 1)
con.screen.print_(‘CHECK!!’)
con.screen.set_cursor(2, 1)
con.screen.print_((motor_9.temperature(vex.PercentUnits.PCT)))
con.screen.set_cursor(3, 1)
con.screen.print_((motor_10.temperature(vex.PercentUnits.PCT)))