Table of Contents

Struct AnalogDataPayload

Namespace
Harp.Hobgoblin
Assembly
Harp.Hobgoblin.dll

Represents the payload of the AnalogData register.

public struct AnalogDataPayload
Inherited Members

Constructors

AnalogDataPayload(ushort, ushort, ushort)

Initializes a new instance of the AnalogDataPayload structure.

Fields

AnalogInput0

The analog value sampled from ADC channel 0.

AnalogInput1

The analog value sampled from ADC channel 1.

AnalogInput2

The analog value sampled from ADC channel 2.

Methods

ToString()

Returns a string that represents the payload of the AnalogData register.