Click or drag to resize

RaspberryPiSPI0_0 Field

SPI slave device channel number for the remote Raspberry Pi SPI slave device /dev/spidev0.0.

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

Field Value

Int32
Remarks
/dev/spidev0.0 uses GPIO8 for slave select. The following device tree overlay command must be added to config.txt on the Raspberry Pi Remote I/O server to enable SPI bus controller SPI0:
C#
dtparam=spi=on
See Also