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

@@ -24,9 +24,9 @@ const byte hello[] = {
};
// define the first module
TM1638 module1(3, 2, 4);
TM1638 module1(8, 9, 7);
// to chain modules, use the same clk and data - just specify a different strobe pin
TM1638 module2(3, 2, 5);
TM1638 module2(8, 9, 6);
unsigned long value = 0L;
boolean state = true;