Click or drag to resize

RaspberryPiAIN1 Field

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

Namespace: IO.Objects.RemoteIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public const int AIN1 = 1

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