Merge branch 'master' of github.com:c3d2/pentabug

This commit is contained in:
twobit 2013-09-04 00:58:28 +02:00
commit 24ef841e87

View File

@ -1,12 +0,0 @@
#include <pentabug/app.h>
#include <pentabug/hal.h>
static void run(void) {
if(button_clicked(LEFT)) {
motor_inv();
led_inv(LEFT);
led_inv(RIGHT);
}
}
REG(run);