Create a GpioPin object

Declaration Syntax
public GpioPin(
int id,
bool high
)
public:
GpioPin(
int id,
bool high
)

Parameters
- id (Int32)
- GPIO pin number
- high (Boolean)
- True for pin high, False for pin low
Assembly:
MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)