mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
34 lines
655 B
YAML
34 lines
655 B
YAML
extra_includes:
|
|
- wpi/util/sendable/SendableBuilder.hpp
|
|
|
|
classes:
|
|
wpi::PWMMotorController:
|
|
ignored_bases:
|
|
- wpi::util::SendableHelper<PWMMotorController>
|
|
attributes:
|
|
m_pwm:
|
|
methods:
|
|
Set:
|
|
SetVoltage:
|
|
Get:
|
|
GetVoltage:
|
|
SetInverted:
|
|
GetInverted:
|
|
Disable:
|
|
StopMotor:
|
|
GetDescription:
|
|
GetChannel:
|
|
EnableDeadbandElimination:
|
|
AddFollower:
|
|
overloads:
|
|
PWMMotorController&:
|
|
keepalive:
|
|
- [1, 2]
|
|
T&&:
|
|
ignore: true
|
|
PWMMotorController:
|
|
InitSendable:
|
|
SetSpeed:
|
|
GetSpeed:
|
|
SetBounds:
|