Click or drag to resize

RaspberryPiAIN0 Field

Analog input channel number for the remote Raspberry Pi analog input AIN0.

Namespace: IO.Objects.RemoteIO.Platforms
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public const int AIN0 = 0

Field Value

Int32
Remarks
This analog input is only available if a Mikroelektronika Pi 3 Click Shield (MIKROE-2756) is installed and the following device tree overlay command added to config.txt:
C#
dtoverlay=Pi3ClickShield
See Also