Skip to content

Simplify the interface for programming Sparkfun RedBot

Notifications You must be signed in to change notification settings

jacobmanning/RedBotHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redbot Helpers

Library to help learn how to use Redbots

Installation

RedBot

ZIP

  1. Download library as zip
  2. Arduino IDE -> Sketch -> Include Library -> Add ZIP Library

Library Manager

  • Coming soon!

Basic Usage

// FILE: examples/basic/basic.ino
#include <RedBotHelpers.h>

auto my_redbot = RedBot();

void setup() {}

void loop()
{
  my_redbot.move_forward(2_s);
  my_redbot.move_backward(2_s);
}

About

Simplify the interface for programming Sparkfun RedBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages