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

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

LeftMotor motor_left
 
RightMotor motor_right
 
const int buttonPin = BOOT_FLAG_PIN
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 33 of file MotorMoveTo.ino.

References buttonPin, Motor::getCurrentDegrees(), and Motor::moveTo().

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 20 of file MotorMoveTo.ino.

References buttonPin.

Variable Documentation

◆ buttonPin

const int buttonPin = BOOT_FLAG_PIN

Definition at line 14 of file MotorMoveTo.ino.

Referenced by loop(), and setup().

◆ motor_left

LeftMotor motor_left

Definition at line 10 of file MotorMoveTo.ino.

◆ motor_right

RightMotor motor_right

Definition at line 11 of file MotorMoveTo.ino.