Table of Contents

Constructor AnalogInputReceivedEventArgs

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

AnalogInputReceivedEventArgs(int, int)

Initializes a new instance of the AnalogInputReceivedEventArgs class using the pin number and analog value received in the analog input message.

public AnalogInputReceivedEventArgs(int pin, int value)

Parameters

pin int

The pin number from which the analog value was sampled.

value int

The digitized analog value.