Updated examples to use globals

This commit is contained in:
2014-06-14 01:32:20 +02:00
parent 8d95654840
commit 75d6df400e
8 changed files with 45 additions and 6 deletions

View File

@ -5,3 +5,7 @@
define("LED_A", 0);
define("LED_B", 1);
define("BTN_A", 2);
// Pretty exceptions
NoccyLabs\Crap\Crap::activate();