Skip to content
Noah Zemlin edited this page Feb 12, 2019 · 9 revisions

Welcome to the RobotLib wiki!

RobotLib is a combined Sooner Competitive Robotics effort to provide easy to use abstractions to make developing robots easier.

Installation

Step 1. Download

Get the latest release from our releases and download the RobotLib.zip for the version you want.

Step 2. Install

in Arduino, go to Sketch > Include Library > Add .ZIP Library... and select RobotLib.zip. You're done!

Step 2. Done

That's it, you're done. Now you can include the library in your Arduino sketches with

#include <RobotLib.h>
Clone this wiki locally