Click or drag to resize

Shieldkind Property

Returns the kind of mikroBUS shield that is installed on the target board, as obtained from the SHIELDNAME environment variable or guessed from the BOARDNAME environment variable. The guessed value for BeagleBone family target boards (BOARDNAME == "BeagleBone*") is BeagleBoneClick4. The guessed value for Raspberry Pi family target boards (BOARDNAME == "RaspberryPi*") is PiClick3.

Namespace: IO.Objects.SimpleIO.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static ShieldKinds kind { get; }

Property Value

ShieldKinds
See Also