Method | Description | |
---|---|---|
AnalogRead ( uint pin ) : int | ||
ElectricityCalculator ( bool isArm ) : System | ||
GetSupplyVoltage ( ) : long | ||
calcIrms ( uint numberOfSamples ) : double | ||
calcVI ( uint crossings, uint timeout ) : void | ||
current ( uint _inPinI, double _ICAL ) : void | ||
currentTX ( uint _channel, double _ICAL ) : void | ||
readVcc ( ) : long | ||
serialprint ( ) : void | ||
voltage ( uint _inPinV, double _VCAL, double _PHASECAL ) : void | ||
voltageTX ( double _VCAL, double _PHASECAL ) : void |
Method | Description | |
---|---|---|
ADCBits ( bool isArm ) : int | ||
ADCCounts ( bool isArm ) : int |
public ElectricityCalculator ( bool isArm ) : System | ||
isArm | bool | |
return | System |
public calcIrms ( uint numberOfSamples ) : double | ||
numberOfSamples | uint | |
return | double |
public calcVI ( uint crossings, uint timeout ) : void | ||
crossings | uint | |
timeout | uint | |
return | void |
public current ( uint _inPinI, double _ICAL ) : void | ||
_inPinI | uint | |
_ICAL | double | |
return | void |
public currentTX ( uint _channel, double _ICAL ) : void | ||
_channel | uint | |
_ICAL | double | |
return | void |
public voltage ( uint _inPinV, double _VCAL, double _PHASECAL ) : void | ||
_inPinV | uint | |
_VCAL | double | |
_PHASECAL | double | |
return | void |
public voltageTX ( double _VCAL, double _PHASECAL ) : void | ||
_VCAL | double | |
_PHASECAL | double | |
return | void |