-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Noah Zemlin edited this page Oct 21, 2018
·
9 revisions
RobotLib is a combined Sooner Competitive Robotics effort to provide easy to use classes to make developing robots easier.
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/
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.