Go to the source code of this file.
Functions | |
void | loop () |
void | motorSweep (MotorControllerIntf< Adafruit_MotorShield > *i_pMotorController) |
void | setup () |
Variables | |
AdafruitMotorController | AMC = AdafruitMotorController(3) |
uint8_t | cycle = 0 |
uint8_t | max_loop_cycles = 1 |
MotorControllerIntf< Adafruit_MotorShield > * | pMotorController = &AMC |
void loop | ( | ) |
Definition at line 62 of file test_adafruit_motor_controller.cpp.
void motorSweep | ( | MotorControllerIntf< Adafruit_MotorShield > * | i_pMotorController | ) |
Definition at line 17 of file test_adafruit_motor_controller.cpp.
void setup | ( | ) |
Definition at line 46 of file test_adafruit_motor_controller.cpp.
Definition at line 13 of file test_adafruit_motor_controller.cpp.
uint8_t cycle = 0 |
Definition at line 59 of file test_adafruit_motor_controller.cpp.
uint8_t max_loop_cycles = 1 |
Definition at line 60 of file test_adafruit_motor_controller.cpp.
MotorControllerIntf<Adafruit_MotorShield>* pMotorController = &AMC |
Definition at line 14 of file test_adafruit_motor_controller.cpp.