Moved pindefs for examples to GLOBALS.php

This commit is contained in:
2014-06-13 14:04:04 +02:00
parent f19a5bcea8
commit e73d8ca330
2 changed files with 9 additions and 1 deletions

7
examples/GLOBALS.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Set your GPIO here if they are different from the defaults!
define("LED_A", 0);
define("LED_B", 1);
define("BTN_A", 2);