Files
php-linux-gpio/examples/GLOBALS.php
T

8 lines
131 B
PHP
Raw Normal View History

2014-06-13 14:04:04 +02:00
<?php
// Set your GPIO here if they are different from the defaults!
define("LED_A", 0);
define("LED_B", 1);
define("BTN_A", 2);