C# Class SolarCar.BatteryController

Afficher le fichier Open project: nusolar/sc6-telemetry-code

Méthodes publiques

Méthode Description
BatteryController ( Hardware hw ) : System
RunLoop ( ) : void

BPS run loop. Sleeps 1ms per cycle.

Private Methods

Méthode Description
CheckHealth ( ) : void

Check the battery health, and adjust Protection Mode.

Method Details

BatteryController() public méthode

public BatteryController ( Hardware hw ) : System
hw Hardware
Résultat System

RunLoop() public méthode

BPS run loop. Sleeps 1ms per cycle.
public RunLoop ( ) : void
Résultat void