Table of Contents

Method ReportDigital

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

ReportDigital(int, bool)

Enables or disables reporting of digital pin changes for the specified digital port in the Arduino.

public void ReportDigital(int port, bool state)

Parameters

port int

The digital port to configure.

state bool

true if reporting of digital pin changes on the specified port should be enabled; false otherwise.