Merge branch 'master' of https://git.pupes.org/PoliEcho/sint-gauntlet
This commit is contained in:
commit
4e70e1458e
2
main.cc
2
main.cc
@ -9,6 +9,7 @@
|
||||
#include "hardware/gpio.h"
|
||||
#include "hardware/pwm.h"
|
||||
#include "hardware/adc.h"
|
||||
#include "mux.h"
|
||||
#include "pico/multicore.h"
|
||||
#include "pico/stdlib.h"
|
||||
|
||||
@ -61,6 +62,7 @@ void core1_main(void) {
|
||||
while (1) {
|
||||
update_buttons();
|
||||
sleep_ms(1);
|
||||
update_inputs();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user