Table of Contents

Enum MeasurementOutputFormat

Namespace
Iot.Device.Sps30.Entities
Assembly
Iot.Device.Sps30.dll

The SPS30 supports two output formats, depending on its firmware version. Float (1.0+) and ushorts (2.0+). Both formats are supported in this library.

public enum MeasurementOutputFormat : byte

Fields

Float = 3

Measurement using big-endian float IEEE754. This works on earlier firmware versions.

UInt16 = 5

Measurement using big-endian unsigned 16-bit integer. This requires firmware version 2.0.