summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kauerz <jamalaka@ccchl.de>2011-10-07 21:09:06 +0200
committerAlexander Kauerz <jamalaka@ccchl.de>2011-10-07 21:09:06 +0200
commitf59e8c3198e883cc2608ca560d6d58fb202a087b (patch)
treed4469bcf48787a1af24fd47aa51d1f618ad55587
parentf0556f5df58a51bcaa9595ec3df95b529fc00274 (diff)
downloadledmatrix-f59e8c3198e883cc2608ca560d6d58fb202a087b.tar
ledmatrix-f59e8c3198e883cc2608ca560d6d58fb202a087b.zip
Altlasten entfernt.
-rw-r--r--Matrix-3x3.pde3
1 files changed, 0 insertions, 3 deletions
diff --git a/Matrix-3x3.pde b/Matrix-3x3.pde
index 6a2a147..eea52e5 100644
--- a/Matrix-3x3.pde
+++ b/Matrix-3x3.pde
@@ -1,8 +1,6 @@
/*
Blink
- Turns on an LED on for one second, then off for one second, repeatedly.
- This example code is in the public domain.
*/
#define ROW 3
#define COL 0
@@ -21,7 +19,6 @@ int framenr = 0;
int rownr = 0;
void setup() {
// initialize the digital pin as an output.
- // Pin 13 has an LED connected on most Arduino boards:
int i;
for (i = 0;i < ROWCNT; i++)
pinMode(ROW + i, OUTPUT);