Ina219OperatingMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration representing the operating modes available on the INA219 device.
public enum Ina219OperatingMode
type Ina219OperatingMode =
Public Enum Ina219OperatingMode
- Inheritance
-
Ina219OperatingMode
Name | Value | Description |
---|---|---|
PowerDown | 0 | Power Down mode |
ShuntVoltageTriggered | 1 | Mode to read the shunt voltage on demand |
BusVoltageTriggered | 2 | Mode to read the bus voltage on demand |
ShuntAndBusTriggered | 3 | Mode to read the shunt and bus voltage on demand |
AdcOff | 4 | Mode to disable the ADC |
ShuntVoltageContinuous | 5 | Mode to read the shunt voltage on continuously |
BusVoltageContinuous | 6 | Mode to read the bus voltage on continuously |
ShuntAndBusContinuous | 7 | Mode to read the shunt and bus voltage on continuously |
Product | Versions |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |