This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
IFS="$(echo -e "\n\r")" | |
BASE="page" | |
EXTN="JPG" | |
DEST_DIR="MergedPages" | |
I=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define clockpin 13 // CI | |
#define enablepin 10 // EI | |
#define latchpin 9 // LI | |
#define datapin 11 // DI | |
#define NumLEDs 56 | |
#define rows 8 | |
#define columns 7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <avr/pgmspace.h> | |
#define clockpin 13 // CI | |
#define enablepin 10 // EI | |
#define latchpin 9 // LI | |
#define datapin 11 // DI | |
#define NumLEDs 56 | |
#define rows 8 |
NewerOlder