pub enum ServoV2BrickletFunction {
Show 39 variants
GetStatus,
SetEnable,
GetEnabled,
SetPosition,
GetPosition,
GetCurrentPosition,
GetCurrentVelocity,
SetMotionConfiguration,
GetMotionConfiguration,
SetPulseWidth,
GetPulseWidth,
SetDegree,
GetDegree,
SetPeriod,
GetPeriod,
GetServoCurrent,
SetServoCurrentConfiguration,
GetServoCurrentConfiguration,
SetInputVoltageConfiguration,
GetInputVoltageConfiguration,
GetOverallCurrent,
GetInputVoltage,
SetCurrentCalibration,
GetCurrentCalibration,
SetPositionReachedCallbackConfiguration,
GetPositionReachedCallbackConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackPositionReached,
}
Variants§
GetStatus
SetEnable
GetEnabled
SetPosition
GetPosition
GetCurrentPosition
GetCurrentVelocity
SetMotionConfiguration
GetMotionConfiguration
SetPulseWidth
GetPulseWidth
SetDegree
GetDegree
SetPeriod
GetPeriod
GetServoCurrent
SetServoCurrentConfiguration
GetServoCurrentConfiguration
SetInputVoltageConfiguration
GetInputVoltageConfiguration
GetOverallCurrent
GetInputVoltage
SetCurrentCalibration
GetCurrentCalibration
SetPositionReachedCallbackConfiguration
GetPositionReachedCallbackConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackPositionReached
Trait Implementations§
Source§impl From<ServoV2BrickletFunction> for u8
impl From<ServoV2BrickletFunction> for u8
Source§fn from(fun: ServoV2BrickletFunction) -> Self
fn from(fun: ServoV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ServoV2BrickletFunction
impl RefUnwindSafe for ServoV2BrickletFunction
impl Send for ServoV2BrickletFunction
impl Sync for ServoV2BrickletFunction
impl Unpin for ServoV2BrickletFunction
impl UnwindSafe for ServoV2BrickletFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more