GoPiGo.GetMotorStatus(MotorPort) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a motor status
public Iot.Device.GoPiGo3.Models.MotorStatus GetMotorStatus (Iot.Device.GoPiGo3.Models.MotorPort port);
member this.GetMotorStatus : Iot.Device.GoPiGo3.Models.MotorPort -> Iot.Device.GoPiGo3.Models.MotorStatus
Public Function GetMotorStatus (port As MotorPort) As MotorStatus
Parameters
- port
- MotorPort
The Motor port to use, can be MotorLeft or MotorRight
Returns
Returns MotorStatus containing the status of the motor