RGB.NET.Devices.WS281X
3.0.0-prerelease.3
dotnet add package RGB.NET.Devices.WS281X --version 3.0.0-prerelease.3
NuGet\Install-Package RGB.NET.Devices.WS281X -Version 3.0.0-prerelease.3
<PackageReference Include="RGB.NET.Devices.WS281X" Version="3.0.0-prerelease.3" />
paket add RGB.NET.Devices.WS281X --version 3.0.0-prerelease.3
#r "nuget: RGB.NET.Devices.WS281X, 3.0.0-prerelease.3"
// Install RGB.NET.Devices.WS281X as a Cake Addin #addin nuget:?package=RGB.NET.Devices.WS281X&version=3.0.0-prerelease.3&prerelease // Install RGB.NET.Devices.WS281X as a Cake Tool #tool nuget:?package=RGB.NET.Devices.WS281X&version=3.0.0-prerelease.3&prerelease
RGB.NET Device-Provider-Package for RGB.NET-Devices based on Aurdion or ESP8266.
To create your own Aurdion/ESP8266 based controller check the Sketches at https://github.com/DarthAffe/RGB.NET/tree/master/RGB.NET.Devices.WS281X/Sketches
If you start a new project it's recommended to use the Raspberry Pi Pico due to it's better performance and lower cost. Check the
RGB.NET.Devices.PicoPi
-package.
This provider does not work with WLED. If you want to use that check the
RGB.NET.Devices.DMX
-package.
Usage
This provider does not load anything by default and requires additional configuration to work.
// Add as many Arduino or NodeMCU devices as you like
WS281XDeviceProvider.Instance.AddDeviceDefinition(new ArduinoWS281XDeviceDefinition("COM3"));
surface.Load(WS281XDeviceProvider.Instance);
Required SDK
This provider does not require an additional SDK.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- RGB.NET.Core (>= 3.0.0-prerelease.3)
- System.IO.Ports (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.