INA23x

data class INA23x(val startupTime: Int, val calibrationPoint1: Int? = null, val calibrationPoint2: Int? = null, val calibrationPoint3: Int? = null, val calibrationPoint4: Int? = null) : CalibrationParameters

Represents calibration parameters for SensorModel.INA23X_AS_VOLTAGE, SensorModel.INA23X_AS_CURRENT voltage and current sensors.

Constructors

Link copied to clipboard
constructor(startupTime: Int, calibrationPoint1: Int? = null, calibrationPoint2: Int? = null, calibrationPoint3: Int? = null, calibrationPoint4: Int? = null)

Properties

Link copied to clipboard

The value for calibration point 1 in (mV/mA) or null if not available. Read only.

Link copied to clipboard

The value for calibration point 2 in (mV/mA) or null if not available. Read only.

Link copied to clipboard

The value for calibration point 3 in (mV/mA) or null if not available. Read only.

Link copied to clipboard

The value for calibration point 4 in (mV/mA) or null if not available. Read only.

Link copied to clipboard

The startup time in ms. Range 0 : 300000. Specifies the time from sensor power being enabled to the start of the measurements.