Table of Contents

Method ReportAnalog

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

ReportAnalog(int, bool)

Enables or disables reporting of analog pin values for the specified pin number.

public void ReportAnalog(int pin, bool state)

Parameters

pin int

The number of the pin to configure.

state bool

true if analog reporting for the pin should be enabled; false otherwise.