|
RBE1001Lib
|
#include <RBE1001Lib.h>
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 |
| void loop | ( | ) |
Definition at line 33 of file MotorMoveTo.ino.
References buttonPin, Motor::getCurrentDegrees(), and Motor::moveTo().

| void setup | ( | ) |
Definition at line 20 of file MotorMoveTo.ino.
References buttonPin.
| const int buttonPin = BOOT_FLAG_PIN |
Definition at line 14 of file MotorMoveTo.ino.
| LeftMotor motor_left |
Definition at line 10 of file MotorMoveTo.ino.
| RightMotor motor_right |
Definition at line 11 of file MotorMoveTo.ino.
1.8.13