Struct PamojaSht3xStatus
A decoded SHT3x status register. Mirrors <c>PamojaSht3xStatus</c> in <c>pamoja.h</c>.
public struct PamojaSht3xStatus
- Inherited Members
Fields
AlertPending
1 when at least one alert condition is pending.
public byte AlertPending
Field Value
Bits
The 16-bit status word the flags were read from.
public ushort Bits
Field Value
CommandFailed
1 when the last command could not be processed.
public byte CommandFailed
Field Value
HeaterOn
1 while the on-die heater is running.
public byte HeaterOn
Field Value
HumidityTrackingAlert
1 when a humidity tracking alert is set.
public byte HumidityTrackingAlert
Field Value
ResetDetected
1 when the part has reset since the flag was last cleared.
public byte ResetDetected
Field Value
TemperatureTrackingAlert
1 when a temperature tracking alert is set.
public byte TemperatureTrackingAlert
Field Value
WriteChecksumFailed
1 when the last write failed its checksum.
public byte WriteChecksumFailed