Create an AD5593R GPIO pin.
Namespace: IO.Devices.AD5593R.GPIOAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Pin(
Device dev,
int channel,
Direction dir,
bool state = false
)
Parameters
- dev Device
- AD5593R device object.
- channel Int32
- AD5593R I/O channel number (0 to 7).
- dir Direction
- GPIO pin data direction.
- state Boolean (Optional)
- Initial GPIO output state.
See Also