C# Class SolarCar.BatteryController

Mostra file Open project: nusolar/sc6-telemetry-code

Public Methods

Method Description
BatteryController ( Hardware hw ) : System
RunLoop ( ) : void

BPS run loop. Sleeps 1ms per cycle.

Private Methods

Method Description
CheckHealth ( ) : void

Check the battery health, and adjust Protection Mode.

Method Details

BatteryController() public method

public BatteryController ( Hardware hw ) : System
hw Hardware
return System

RunLoop() public method

BPS run loop. Sleeps 1ms per cycle.
public RunLoop ( ) : void
return void