|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
Used to control the stepper motor. More...
#include <ObjectHuntDefinitions.h>
Public Attributes | |
| uint8_t | direction |
| The direction of the stepper motor. More... | |
| uint8_t | steps |
| The steps to go. More... | |
Used to control the stepper motor.
The base process will control the stepper motor based on commands of this type from the navigation process.
| uint8_t Stepper::Command::direction |
The direction of the stepper motor.
Please see the Direction namespace for possible values.
| uint8_t Stepper::Command::steps |
The steps to go.
This field contains the steps the stepper motor shall move.
1.8.13