All,
I am a V5 newbie, who wants to self-learn using VEXCode Text. Is there any resource or website that has complete list of syntax and detailed tutorial of each function?
All,
I am a V5 newbie, who wants to self-learn using VEXCode Text. Is there any resource or website that has complete list of syntax and detailed tutorial of each function?
Welcome to the VEX and VEXForum community! I know you can click on the ? icon in the V5 Text program and it will give you the list of each code.
Out of curiosity, do you know any c++? If you do not, you will definitely want to also learn it as well, not just the specific functions for VEXcode.
If you know someone that knows how to code well I would go to them. Having some one actually there to explain questions and more is really helpful.
just make sure that you use rotations instead of time. please do not use time. it is so inaccurate. use this instead:
motor.spinFor(3,turns);
yeah, you are right, start with c++ might be the first step
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.