mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-10 14:24:26 +02:00
Updated LedSegment enum (markdown)
@@ -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
|
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)
|
|
Reference in New Issue
Block a user