public interface CurrentReadable
Modifier and Type | Method and Description |
---|---|
float |
readCurrent()
Measures current using default range and resolution.
|
float |
readCurrent(float ampsExpected,
float ampsResolution)
Measures current using range appropriate for
ampsExpected ,
and resolution of ampsResolution . |
float readCurrent()
float readCurrent(float ampsExpected, float ampsResolution)
ampsExpected
,
and resolution of ampsResolution
.ampsExpected
- expected value of current in amps, for range settingampsResolution
- desired resolution for measurement, in amps