Wicked Device Motor Shield
Software Library for Wicked Device Motor Shield
|
#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) |
#define OPERATION_CLEAR (0) |
Definition at line 66 of file WickedMotorShield.cpp.
#define OPERATION_NONE (2) |
Definition at line 68 of file WickedMotorShield.cpp.
#define OPERATION_SET (1) |
Definition at line 67 of file WickedMotorShield.cpp.
#define SERIAL_CLOCK_PIN (2) |
Clock pin used for loading shift registers.
Definition at line 60 of file WickedMotorShield.cpp.
#define SERIAL_LATCH_PIN (7) |
Latch pin used for loading shift registers.
Definition at line 64 of file WickedMotorShield.cpp.