From b2a27b3f0dc4b9db227184595062ffded0f5decb Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 25 Nov 2021 19:27:04 +0100 Subject: worky software --- software/shift.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'software/shift.h') 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); -- cgit v1.2.3