mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
27 lines
548 B
YAML
27 lines
548 B
YAML
extra_includes:
|
|
- wpi/hardware/led/AddressableLED.hpp
|
|
|
|
classes:
|
|
wpi::sim::AddressableLEDSim:
|
|
force_type_casters:
|
|
- std::function
|
|
methods:
|
|
AddressableLEDSim:
|
|
overloads:
|
|
const AddressableLED&:
|
|
int:
|
|
RegisterInitializedCallback:
|
|
GetInitialized:
|
|
SetInitialized:
|
|
RegisterLengthCallback:
|
|
GetLength:
|
|
SetLength:
|
|
RegisterDataCallback:
|
|
GetData:
|
|
SetData:
|
|
RegisterStartCallback:
|
|
GetStart:
|
|
SetStart:
|
|
GetGlobalData:
|
|
SetGlobalData:
|