Table of Contents

Method Generate

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

Generate()

Generates an observable sequence of digitized analog values.

public override IObservable<int> Generate()

Returns

IObservable<int>

A sequence of int values that report the digitized analog readings from the specified Arduino analog input pin.