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/shift.h | |
| parent | da48b3b203c9bda793cd0deed9dbd05db813d3ce (diff) | |
worky software
Diffstat (limited to 'software/shift.h')
| -rw-r--r-- | software/shift.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/software/shift.h b/software/shift.h index 61b0557..2b4f7fd 100644 --- a/software/shift.h +++ b/software/shift.h @@ -4,8 +4,8 @@ #define SR_COL 1 extern unsigned char shift_state[2]; -/** @brief shift shift_state naar de shift registers */ +/** @brief update physical state of shift registers with shift_state */ void update_shift_state(); -/** @brief direct data naar de shift registers sturen */ +/** @brief directly push data to the serial in of the shift registers */ void shift(unsigned char data); |