Тёмный
No video :(

Vex EXP: Write to Brain Screen and Console 

Education Public
Подписаться 17 тыс.
Просмотров 414
50% 1

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()
==============================================================================

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
Vex EXP: Motor Groups Code Example
9:28
Просмотров 383
Don't use VSCode
35:31
Просмотров 222 тыс.
🛑самое грустное видео
00:10
Просмотров 143 тыс.
SIGMA ENVY IS UNTOUCHABLE 🔥 #insideout2
00:10
Просмотров 3 млн
100+ Computer Science Concepts Explained
13:08
Просмотров 2,5 млн
Linux from Scratch
2:35:42
Просмотров 155 тыс.
COBOL Course - Programming with VSCode
1:17:04
Просмотров 199 тыс.
Caution Tape VEX IQ Battlebots 2022
6:51
Просмотров 12 тыс.
Vex EXP: Smart Motors Coding
12:56
Просмотров 649
Beginner's Guide to the Bash Terminal
1:14:37
Просмотров 2,3 млн
Vex EXP: Drivetrain Coding
10:26
Просмотров 2,1 тыс.