Updated LedSegment enum (markdown)

Michael Miller
2023-04-20 10:59:45 -07:00
parent b97bbbfac6
commit 1bbaf844db

@@ -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)