Create an AD5593R GPIO pin object.
Namespace: IO.Devices.AD5593RAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public Pin GPIO_Create(
int channel,
Direction dir,
bool state = false
)
Parameters
- channel Int32
- AD5593R GPIO channel number (0 to 7).
- dir Direction
- GPIO pin data direction.
- state Boolean (Optional)
- Initial GPIO output state.
Return Value
PinGPIO pin object.
See Also