Thanks for the example code, but aren't the comments for the pins wrong?
Shouldn't this: #define clockpin 13 // DI #define enablepin 10 // LI #define latchpin 9 // EI #define datapin 11 // CI
Be this: #define clockpin 13 // CI #define enablepin 10 // EI #define latchpin 9 // LI #define datapin 11 // DI
More information about formatting options
Thanks for the example code,
Thanks for the example code, but aren't the comments for the pins wrong?
Shouldn't this:
#define clockpin 13 // DI
#define enablepin 10 // LI
#define latchpin 9 // EI
#define datapin 11 // CI
Be this:
#define clockpin 13 // CI
#define enablepin 10 // EI
#define latchpin 9 // LI
#define datapin 11 // DI