From a41afe87a16a7373a2d7d264e5b4fa9d7dc15084 Mon Sep 17 00:00:00 2001 From: Lea Date: Tue, 29 Aug 2023 20:59:35 +0200 Subject: [PATCH] remove redundant comment --- lib/7segment_4digits.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/7segment_4digits.c b/lib/7segment_4digits.c index d3ed5b7..68a75d3 100644 --- a/lib/7segment_4digits.c +++ b/lib/7segment_4digits.c @@ -8,14 +8,6 @@ uint8_t display[4] = { 0, 0, 0, 0 }; uint8_t current_digit = 0; -/** - * Display pins should be mapped like this: - * a b c d e f g DP - * 0 1 2 3 4 5 6 7 - * - * -*/ - void display_value(uint8_t digit, uint8_t data) { // The left part sets the last 4 bits high (turns the // according digit off) except for the one we want to address.