diff --git a/SevenSegDigit-object-API.md b/SevenSegDigit-object-API.md index 79ef3c1..c6df4a6 100644 --- a/SevenSegDigit-object-API.md +++ b/SevenSegDigit-object-API.md @@ -1,7 +1,7 @@ SevenSegDigit represents a color object that is represented by A, B, C, D, E, F, G, decimal, and special component values; which represent the names of the segments of a seven segment display. ## Properties -There is one property that represent the component values of the segments. The values in each location range from 0 to 255. Black or off would 0,0,0 and white or full on would be 255,255,255. The index can be addressed by [LedSegment enum](https://github.com/Makuna/NeoPixelBus/wiki/LedSegment-enum)`. +There is one property that represent the component values of the segments. The values in each location range from 0 to 255. Black or off would 0 and white or full on would be 255. The index can be addressed by [LedSegment enum](https://github.com/Makuna/NeoPixelBus/wiki/LedSegment-enum)`. ``` uint8_t Segment[Count]; ```