Port class not working correctly #2411
Answered
by
BertLindeman
Llama-righty
asked this question in
Q&A
-
|
I have a function that requires the angle of a specific motor on a specific port I got the motor function and put "A" as the port letter and when I run the program it just says name error name "A" isn't defined |
Beta Was this translation helpful? Give feedback.
Answered by
BertLindeman
Oct 24, 2025
Replies: 1 comment
-
|
Hi, You did not show the program, so I am not sure, If you can show a snippet of your program we can help better. Bert |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Llama-righty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
You did not show the program, so I am not sure,
but maybe you need to specify
Port.Ainstead ofA?And import
PortIf you can show a snippet of your program we can help better.
Bert