You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
// Set your GPIO here if they are different from the defaults!
|
|
|
|
define("LED_A", 0);
|
|
define("LED_B", 1);
|
|
define("BTN_A", 2);
|
|
|
|
// Pretty exceptions
|
|
|
|
NoccyLabs\Crap\Crap::activate();
|