getGPIOdrive method

GPIOdrive getGPIOdrive()

Returns the property drive of the GPIO.

Implementation

GPIOdrive getGPIOdrive() {
  return GPIOdrive.values[_getInt32Value(_nativeGPIOgetDrive)];
}