diff --git a/NeoPixelSegmentBus-object-API.md b/NeoPixelSegmentBus-object-API.md index 764ecb3..ed2fc97 100644 --- a/NeoPixelSegmentBus-object-API.md +++ b/NeoPixelSegmentBus-object-API.md @@ -3,7 +3,7 @@ NOTE: In most ways this will act like the NeoPixelBus object, except it will ex # Construction and Template Arguments The constructor will require the declaration of several template arguments that specialize the class to the sketch writer's needs. These class types are provided for the author and there is no need to implement them. -## NeoPixelSegmentBus\(...) +## NeoPixelSegmentBus\(...) [_T_COLOR_FEATURE_](https://github.com/Makuna/NeoPixelBus/wiki/Neo-Features#neoabcdefgpssegmentfeature--sevensegmentfeature) - the specialization class for the color feature with SevenSegmentFeature as a good starting point. [_T_METHOD_](https://github.com/Makuna/NeoPixelBus/wiki/T_METHOD) - the specialization class for the method with NeoWs2811Method as a good starting point.