Method | Description | |
---|---|---|
CarControllerService ( IMbedService portService, ICarControllerSettings settings ) : System | ||
Dispose ( ) : void | ||
GetDirection ( ) : double | ||
GetVelocity ( ) : double | ||
OnCarControllerStatusChanged ( CarControllerStatus status ) : void | ||
Read ( ControlPot pot ) : int | ||
Reset ( ) : void | ||
SetDirection ( double directionPercent ) : void | ||
SetVelocity ( double velocityPercent ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Write ( ControlPot pot, int value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
MbedServiceOnMbedStatusChanged ( object sender, |
public CarControllerService ( IMbedService portService, ICarControllerSettings settings ) : System | ||
portService | IMbedService | |
settings | ICarControllerSettings | |
return | System |
public OnCarControllerStatusChanged ( CarControllerStatus status ) : void | ||
status | CarControllerStatus | |
return | void |
public SetDirection ( double directionPercent ) : void | ||
directionPercent | double | |
return | void |
public SetVelocity ( double velocityPercent ) : void | ||
velocityPercent | double | |
return | void |
public Write ( ControlPot pot, int value ) : void | ||
pot | ControlPot | |
value | int | |
return | void |