Class Tb67h420ftg.Motor
Represents a Tb67h420ftg controlled motor
Assembly: Tb67h420ftg.dll
View Source
public class Tb67h420ftg.Motor : HBridgeMotor, IDCMotor
Inheritance: System.Object
-> Meadow.Foundation.Motors.HBridgeMotor
Implements:
Meadow.Peripherals.Motors.IDCMotor
Methods
RaiseMotorOvercurrentFault()
Raises the MotorOvercurrentFault event
View Source
protected void RaiseMotorOvercurrentFault()
Events
MotorOvercurrentFault
Raised when the motors is over current
View Source
public event EventHandler<Tb67h420ftg.MotorOvercurrentEventArgs> MotorOvercurrentFault
Event Type
System.EventHandler<Meadow.Foundation.Motors.Tb67h420ftg.MotorOvercurrentEventArgs>
Implements
Meadow.Peripherals.Motors.IDCMotor