Skip to content
Noah Zemlin edited this page Oct 21, 2018 · 9 revisions

Welcome to the RobotLib wiki!

Installation

Step 1. Download

Download the latest version of RobotLib at https://github.com/Sooner-Competitive-Robotics/RobotLib/archive/master.zip

Extract the zip into C:/Users/<YOUR_WINDOWS_USER>/Documents/Arduino/libraries/RobotLib/

Step 2. Done

That's it, you're done. Now you can include any of the classes into your Arduino programs. Or, you can add

#include <RobotLib.h>

to include all of the classes.

Clone this wiki locally