diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-11-24 22:29:50 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-11-24 22:29:50 +0100 |
commit | da48b3b203c9bda793cd0deed9dbd05db813d3ce (patch) | |
tree | 27d9a66155ebb7e6e077afec37c6ef78d10b60f0 /example/example.ino | |
parent | 15f3bd72a5ee2429616c3a09c349679face715eb (diff) |
software
Diffstat (limited to 'example/example.ino')
-rw-r--r-- | example/example.ino | 7 |
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); |