Encapsulates mikroBUS shields (add-on boards providing
mikroBUS sockets).
Inheritance Hierarchy Namespace: IO.Objects.SimpleIO.mikroBUSAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax public static class Shield
The Shield type exposes the following members.
Properties | Name | Description |
---|
| kind |
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.
|
TopSee Also