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

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

LeftMotor left_motor
 
RightMotor right_motor
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 20 of file EncoderTest.ino.

References Motor::getCurrentDegrees().

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 10 of file EncoderTest.ino.

Variable Documentation

◆ left_motor

LeftMotor left_motor

Definition at line 3 of file EncoderTest.ino.

◆ right_motor

RightMotor right_motor

Definition at line 4 of file EncoderTest.ino.