Wicked Device Motor Shield
Software Library for Wicked Device Motor Shield
Macros
WickedMotorShield.cpp File Reference
#include "WickedMotorShield.h"

Go to the source code of this file.

Macros

#define SERIAL_CLOCK_PIN   (2)
 
#define SERIAL_LATCH_PIN   (7)
 
#define OPERATION_CLEAR   (0)
 
#define OPERATION_SET   (1)
 
#define OPERATION_NONE   (2)
 

Macro Definition Documentation

◆ OPERATION_CLEAR

#define OPERATION_CLEAR   (0)

Definition at line 66 of file WickedMotorShield.cpp.

◆ OPERATION_NONE

#define OPERATION_NONE   (2)

Definition at line 68 of file WickedMotorShield.cpp.

◆ OPERATION_SET

#define OPERATION_SET   (1)

Definition at line 67 of file WickedMotorShield.cpp.

◆ SERIAL_CLOCK_PIN

#define SERIAL_CLOCK_PIN   (2)

Clock pin used for loading shift registers.

Definition at line 60 of file WickedMotorShield.cpp.

◆ SERIAL_LATCH_PIN

#define SERIAL_LATCH_PIN   (7)

Latch pin used for loading shift registers.

Definition at line 64 of file WickedMotorShield.cpp.