Moved pindefs for examples to GLOBALS.php
This commit is contained in:
7
examples/GLOBALS.php
Normal file
7
examples/GLOBALS.php
Normal 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);
|
Reference in New Issue
Block a user