Example #1
0
 public function removePin(Pin $pin)
 {
     SysFS::unexportPin($pin);
     // TODO: Implement removePin() method.
 }
Example #2
0
 public function __destruct()
 {
     Pin\SysFS::cleanup();
 }