From 1bbaf844db6a7aa4d1ee43740f2b2ea5ce2bbc61 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 20 Apr 2023 10:59:45 -0700 Subject: [PATCH] Updated LedSegment enum (markdown) --- LedSegment-enum.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LedSegment-enum.md b/LedSegment-enum.md index bfac58d..f872274 100644 --- a/LedSegment-enum.md +++ b/LedSegment-enum.md @@ -1,4 +1,4 @@ -The LedSegment represents a readable index into the segments on a SevenSegDigit object. The names follow the standard naming practices for seven segment displays. +The LedSegment represents a readable index into the segments on a SevenSegDigit object. The names follow the standard naming practices for seven segment displays. See wikipedia.org [segment names image](https://en.wikipedia.org/wiki/Seven-segment_display#/media/File:7_Segment_Display_with_Labeled_Segments.svg). ``` enum LedSegment @@ -16,4 +16,3 @@ enum LedSegment }; ``` -[segment names image](https://en.wikipedia.org/wiki/Seven-segment_display#/media/File:7_Segment_Display_with_Labeled_Segments.svg) \ No newline at end of file