From f9335ba20b0e950e9881749e9bc3006eacefc305 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 26 Nov 2021 18:13:11 +0100 Subject: added documentation comments and led map --- software/shift.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'software/shift.h') 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 */ -- cgit v1.2.3