Example #1
0
 public function isValid($pin)
 {
     return in_array($pin, $this->model->getGPIOPins());
 }