aboutsummaryrefslogtreecommitdiff
path: root/example/example.ino
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-11-24 22:29:50 +0100
committerlonkaars <loek@pipeframe.xyz>2021-11-24 22:29:50 +0100
commitda48b3b203c9bda793cd0deed9dbd05db813d3ce (patch)
tree27d9a66155ebb7e6e077afec37c6ef78d10b60f0 /example/example.ino
parent15f3bd72a5ee2429616c3a09c349679face715eb (diff)
software
Diffstat (limited to 'example/example.ino')
-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);