throwPinAlreadyAllocated method

void throwPinAlreadyAllocated(
  1. int physicalPin
)

Implementation

void throwPinAlreadyAllocated(int physicalPin) {
  throw GpioException('Already allocated', physicalPin);
}