C# 클래스 SolarCar.BatteryController

파일 보기 프로젝트 열기: nusolar/sc6-telemetry-code

공개 메소드들

메소드 설명
BatteryController ( Hardware hw ) : System
RunLoop ( ) : void

BPS run loop. Sleeps 1ms per cycle.

비공개 메소드들

메소드 설명
CheckHealth ( ) : void

Check the battery health, and adjust Protection Mode.

메소드 상세

BatteryController() 공개 메소드

public BatteryController ( Hardware hw ) : System
hw Hardware
리턴 System

RunLoop() 공개 메소드

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