Remove stupid motor app
This commit is contained in:
parent
5b81a6daf7
commit
5729a26e96
|
@ -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