mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated NeoPixelSegmentBus object API (markdown)
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user