Added lcdbridge

This commit is contained in:
2014-06-15 00:34:33 +02:00
parent 093f164121
commit 3e4765d071
9 changed files with 242 additions and 11 deletions

View File

@ -8,7 +8,7 @@ use NoccyLabs\Gpio\GpioTickHandler;
use NoccyLabs\Gpio\Bus\SoftwareSpiBus as SPI;
use NoccyLabs\Crap\Dumper;
$gpio = new Gpio(true);
$gpio = new Gpio();
// create spi bus
$spi = new SPI();