This video is part of a series of video tutorials on how to operate Vex EXP robotics.
This video focuses on writing to the console and brain.
Python Code:
==============================================================================
vexcode_brain_precision = 0
vexcode_console_precision = 0
myVariable = 0
def when_started1():
global myVariable, vexcode_brain_precision, vexcode_console_precision
while True:
print("h:")
print(print_to_console_number_format().format(brain_inertial.heading(DEGREES)), end="")
print(" r:", end="")
print(print_to_console_number_format().format(brain_inertial.orientation(ROLL, DEGREES)))
wait(1, SECONDS)
wait(5, MSEC)
when_started1()
==============================================================================
Watch video Vex EXP: Write to Brain Screen and Console online without registration, duration hours minute second in high quality. This video was added by user Education Public 26 April 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 632 once and liked it 1 people.