Changed pins to match schematics on project site

This commit is contained in:
rjbatista@gmail.com
2011-10-28 22:43:32 +00:00
parent 320ef7d54d
commit 81aa413f28
3 changed files with 8 additions and 8 deletions

View File

@@ -22,10 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// define a modules
TM1638 modules[] = {
TM1638(3, 2, 4),
TM1638(3, 2, 5),
TM1638(3, 2, 6),
TM1638(3, 2, 7)
TM1638(8, 9, 7),
TM1638(8, 9, 6),
TM1638(8, 9, 5),
TM1638(8, 9, 4)
};
void setup() {