setGPIOdrive method

void setGPIOdrive(
  1. GPIOdrive drive
)

Sets the drive of the GPIO.

Implementation

void setGPIOdrive(GPIOdrive drive) {
  _checkStatus();
  _checkError(_nativeGPIOsetDrive(_gpioHandle, drive.index));
}