Table of Contents

Struct PamojaIna226Config

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

An INA226 configuration register, field by field. Mirrors <c>PamojaIna226Config</c> in <c>pamoja.h</c>.

public struct PamojaIna226Config
Inherited Members

Fields

Averaging

The averaging code, 0..=7, from 1 to 1024 samples.

public byte Averaging

Field Value

byte

BusConversionTime

The bus-voltage conversion-time code, 0..=7.

public byte BusConversionTime

Field Value

byte

Mode

The operating-mode code, 0..=7.

public byte Mode

Field Value

byte

Reset

1 resets the part when this register is written.

public byte Reset

Field Value

byte

ShuntConversionTime

The shunt-voltage conversion-time code, 0..=7.

public byte ShuntConversionTime

Field Value

byte