RBE1001Lib
Functions | Variables
MotorSpinExample.ino File Reference
#include <Arduino.h>
#include <RBE1001Lib.h>
Include dependency graph for MotorSpinExample.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

const int buttonPin = BOOT_FLAG_PIN
 
LeftMotor left_motor
 
RightMotor right_motor
 
bool upDown = false
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 24 of file MotorSpinExample.ino.

References buttonPin, Motor::getDegreesPerSecond(), Motor::getEffortPercent(), and Motor::setSpeed().

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 14 of file MotorSpinExample.ino.

Variable Documentation

◆ buttonPin

const int buttonPin = BOOT_FLAG_PIN

Definition at line 5 of file MotorSpinExample.ino.

Referenced by loop().

◆ left_motor

LeftMotor left_motor

Definition at line 7 of file MotorSpinExample.ino.

◆ right_motor

RightMotor right_motor

Definition at line 8 of file MotorSpinExample.ino.

◆ upDown

bool upDown = false

Definition at line 9 of file MotorSpinExample.ino.