Welcome to the API Reference Site for VEX IQ (1st gen)#
Discover everything you need to start coding with VEXcode IQ (1st gen) using Blocks and C++. This guide will help you navigate the site and make the most of the available resources.
API Sections#
How to Use the API Reference#
Choose Your Language: Decide whether you want to use Blocks or C++ for your project.
Browse or Search: Use the navigation menu or search bar to locate specific commands or blocks.
Read the Descriptions: Each API function includes a description that explains its purpose, parameters, and any important notes.
Review the Examples:
C++: Code snippets show how to write commands in VEXcode IQ (1st gen), with comments to explain each step:
// Set the drivetrain to drive at a velocity of 200 rpm. Drivetrain.setDriveVelocity(200, rpm);
Experiment and Modify: Try out the example code in your projects. Modify it to fit your needs and observe the effects.
Tips for Success#
Start Simple: Begin with basic projects to get comfortable with VEXcode.
Read the API Reference:Explore the API reference to understand the available functions and their operations.
Practice Regularly: The more you code, the more proficient you’ll become with the platform.
Happy coding, and welcome to VEXcode IQ (1st gen)!