Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 751 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 751 Bytes

RobotC Training

This is a basic set of sample programs written for RobotC that are meant to accompany Say Watt's Introduction to RobotC presentation.

Basic Robot Motion

Contains sample programs that move the robot forward and backward for specific periods of time.

Basic Sensors

Sample programs using the touch sensor and light sensor to stop the robot.

Intro to Functions

Simple programs that use functions to make the earlier sample programs more reusable.

Joystick Code

Two basic programs that use the Joystick to move the robot.

Wait For Start

A simple example of using the "Wait for Start" function that is required in FTC.

Advanced Functions

A program that passes values to a function.