Namespace Meadow.Foundation.Leds
Classes
Apa102
Represents APA102/Dotstar Led(s).
Helpers
LED helper methods
Led
Represents a simple LED
LedBarGraph
Represents an LED bar graph composed on multiple LEDs
Pca9633
Represents a Pca9633 led driver
PwmLed
Represents an LED whose voltage is limited by the duty-cycle of a PWM signal.
PwmLedBarGraph
Represents an LED bar graph composed on multiple PWM LEDs
RgbLed
Represents an RGB LED
RgbPwmLed
Represents a Pulse-Width-Modulation (PWM) controlled RGB LED. Controlling an RGB LED with PWM allows for more colors to be expressed than if it were simply controlled with normal digital outputs which provide only binary control at each pin. As such, a PWM controlled RGB LED can express millions of colors, as opposed to the 8 colors that can be expressed via binary digital output.
SparkFunQwiicLEDStick
TypicalForwardVoltage
Typical forward voltage values by LED color
Interfaces
IApa102
Enums
Apa102.PixelOrder
Pixel order for APA102 light strip
Pca9633.Addresses
Valid addresses for the sensor.
Pca9633.AutoIncrement
Auto increment mode
Pca9633.DriveType
Global driver output type
Pca9633.LedPosition
Led position on controller
Pca9633.Registers
Pca9633 registers
RgbLed.Colors
Colors for RGB Led
SparkFunQwiicLEDStick.Addresses
Valid addresses for the sensor.