Merge branch 'master' of github.com:c3d2/pentabug
This commit is contained in:
commit
24ef841e87
|
@ -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);
|
|
Loading…
Reference in New Issue
Block a user