Updated NeoPixelSegmentBus object API (markdown)

Michael Miller
2023-04-05 17:37:12 -07:00
parent 328aeb814d
commit 1753ca8d96

@@ -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\<T_COLOR_FEATURE, T_METHOD, T_GAMMA\>(...)
## NeoPixelSegmentBus\<T_COLOR_FEATURE, T_METHOD\>(...)
[_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.