GPIOconfig constructor

GPIOconfig(
  1. GPIOdirection direction,
  2. GPIOedge edge,
  3. GPIObias bias,
  4. GPIOdrive drive,
  5. bool inverted,
  6. String label,
)

Implementation

GPIOconfig(this.direction, this.edge, this.bias, this.drive, this.inverted,
    this.label);