Class AddressableLED
Inheritance
AddressableLED
Assembly: WPILibSharp.dll
Syntax
public class AddressableLED : IDisposable
Constructors
|
Improve this Doc
View Source
AddressableLED(Int32)
Declaration
public AddressableLED(int port)
Parameters
Type |
Name |
Description |
Int32 |
port |
|
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
SetBitTiming(Int32, Int32, Int32, Int32)
Declaration
public void SetBitTiming(int lowTime0NanoSeconds, int highTime0NanoSeconds, int lowTime1NanoSeconds, int highTime1NanoSeconds)
Parameters
Type |
Name |
Description |
Int32 |
lowTime0NanoSeconds |
|
Int32 |
highTime0NanoSeconds |
|
Int32 |
lowTime1NanoSeconds |
|
Int32 |
highTime1NanoSeconds |
|
|
Improve this Doc
View Source
SetData(AddressableLEDData*, Int32)
Declaration
public void SetData(AddressableLEDData*data, int length)
Parameters
|
Improve this Doc
View Source
SetData(ReadOnlySpan<AddressableLEDData>)
Declaration
public void SetData(ReadOnlySpan<AddressableLEDData> data)
Parameters
|
Improve this Doc
View Source
SetLength(Int32)
Declaration
public void SetLength(int length)
Parameters
Type |
Name |
Description |
Int32 |
length |
|
|
Improve this Doc
View Source
SetSyncTime(Int32)
Declaration
public void SetSyncTime(int syncTimeMicroSeconds)
Parameters
Type |
Name |
Description |
Int32 |
syncTimeMicroSeconds |
|
|
Improve this Doc
View Source
Start()
Declaration
|
Improve this Doc
View Source
Stop()
Declaration
Implements