aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/example.ino7
1 files changed, 2 insertions, 5 deletions
diff --git a/example/example.ino b/example/example.ino
index 28012c0..a4af127 100644
--- a/example/example.ino
+++ b/example/example.ino
@@ -1,11 +1,8 @@
#define SERIAL_DELAY 3
-// groen
-#define SERIAL_CLK 4
-// geel
+#define SERIAL_CLK 3
#define SERIAL_INP 2
-// blauw
-#define LATCH_CLK 3
+#define LATCH_CLK 4
void setup() {
pinMode(SERIAL_CLK, OUTPUT);