Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Variables
Stepper::Pin Namespace Reference

The pin definitions. More...

Variables

const uint8_t ONE = 8
 Blue wire. More...
 
const uint8_t TWO = 9
 Pink wire. More...
 
const uint8_t THREE = 25
 Yellow wire. More...
 
const uint8_t FOUR = 10
 Orange wire. More...
 

Detailed Description

The pin definitions.

Each end of the two motor coils can be controlled directly. Please see https://www.velleman.eu/downloads/29/vma401_a4v01.pdf (page 4) for further information on how to understand the numbering.

Variable Documentation

◆ FOUR

const uint8_t Stepper::Pin::FOUR = 10

Orange wire.

Please see https://www.velleman.eu/downloads/29/vma401_a4v01.pdf (page 4) for further information.

◆ ONE

const uint8_t Stepper::Pin::ONE = 8

Blue wire.

Please see https://www.velleman.eu/downloads/29/vma401_a4v01.pdf (page 4) for further information.

◆ THREE

const uint8_t Stepper::Pin::THREE = 25

Yellow wire.

Please see https://www.velleman.eu/downloads/29/vma401_a4v01.pdf (page 4) for further information.

◆ TWO

const uint8_t Stepper::Pin::TWO = 9

Pink wire.

Please see https://www.velleman.eu/downloads/29/vma401_a4v01.pdf (page 4) for further information.