diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-11-26 18:13:11 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-11-26 18:13:11 +0100 |
commit | f9335ba20b0e950e9881749e9bc3006eacefc305 (patch) | |
tree | be452050ead77c8c584118cb8304d3c19948c3a6 /software/shift.h | |
parent | 0169625b253301ed24267ebfd19afb55e5121bca (diff) |
added documentation comments and led map
Diffstat (limited to 'software/shift.h')
-rw-r--r-- | software/shift.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/software/shift.h b/software/shift.h index 2b4f7fd..27170c5 100644 --- a/software/shift.h +++ b/software/shift.h @@ -1,7 +1,5 @@ #pragma once -#define SR_ROW 0 -#define SR_COL 1 extern unsigned char shift_state[2]; /** @brief update physical state of shift registers with shift_state */ |