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

@@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <TM1638.h>
// define a module on data pin 3, clock pin 2 and strobe pin 4
TM1638 module(3, 2, 4);
// define a module on data pin 3, clock pin 9 and strobe pin 7
TM1638 module(8, 9, 7);
void setup() {
// display a hexadecimal number and set the left 4 dots