Enum LedStripType
Types of supported LED strips
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum LedStripType
Fields
| Name | Description |
|---|---|
| DotStar | DotStar LED strip |
| NeoPixel_RGB | NeoPixel LED strip with only RGB capability |
| NeoPixel_RGBW | NeoPixel RGB LED strip with additional white output |