RBE1001Lib
|
#include <RBE1001Lib.h>
Go to the source code of this file.
Functions | |
void | setup () |
void | loop () |
Variables | |
LeftMotor | left_motor |
RightMotor | right_motor |
void loop | ( | ) |
Definition at line 20 of file EncoderTest.ino.
References Motor::getCurrentDegrees().
void setup | ( | ) |
Definition at line 10 of file EncoderTest.ino.
LeftMotor left_motor |
Definition at line 3 of file EncoderTest.ino.
RightMotor right_motor |
Definition at line 4 of file EncoderTest.ino.