diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-11-25 19:27:04 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-11-25 19:27:04 +0100 |
commit | b2a27b3f0dc4b9db227184595062ffded0f5decb (patch) | |
tree | 66c4f4378f2a84ce40c9ff92d81ab78a4f74ccca /software/software.ino | |
parent | da48b3b203c9bda793cd0deed9dbd05db813d3ce (diff) |
worky software
Diffstat (limited to 'software/software.ino')
-rw-r--r-- | software/software.ino | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/software/software.ino b/software/software.ino index 323a79b..5bf0ac3 100644 --- a/software/software.ino +++ b/software/software.ino @@ -3,10 +3,8 @@ #include "effects.h" #include "scan.h" -unsigned long frame_time_millis = 0; - +unsigned long frame_time_millis; bool led_state[64]; - bool scan_enable = true; void setup() { |