Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Public Attributes | List of all members
Stepper::Command Struct Reference

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...
 

Detailed Description

Used to control the stepper motor.

The base process will control the stepper motor based on commands of this type from the navigation process.

Member Data Documentation

◆ direction

uint8_t Stepper::Command::direction

The direction of the stepper motor.

Please see the Direction namespace for possible values.

◆ steps

uint8_t Stepper::Command::steps

The steps to go.

This field contains the steps the stepper motor shall move.


The documentation for this struct was generated from the following file: