Extracted lcdbridge and added first signs of RPI B+ to pi mapper
This commit is contained in:
12
lib/InterruptHandler.php
Normal file
12
lib/InterruptHandler.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\LinuxGpio;
|
||||
|
||||
class InterruptHandler
|
||||
{
|
||||
public function setInterrupt(Gpio $pin, $edge = null, callable $handler = null)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user