Extracted lcdbridge and added first signs of RPI B+ to pi mapper

This commit is contained in:
2014-08-13 03:04:31 +02:00
parent 1449ec643f
commit ec4e5bd6ab
9 changed files with 75 additions and 100 deletions

12
lib/InterruptHandler.php Normal file
View File

@ -0,0 +1,12 @@
<?php
namespace NoccyLabs\LinuxGpio;
class InterruptHandler
{
public function setInterrupt(Gpio $pin, $edge = null, callable $handler = null)
{
}
}