Compare commits
3 Commits
630faa5a90
...
5f8ace8de6
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f8ace8de6 | |||
| 4e70e1458e | |||
| 500c93a6fd |
2
main.cc
2
main.cc
@ -1,4 +1,5 @@
|
|||||||
#include <hardware/irq.h>
|
#include <hardware/irq.h>
|
||||||
|
#include <pico/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -61,6 +62,7 @@ void core1_main(void) {
|
|||||||
while (1) {
|
while (1) {
|
||||||
update_buttons();
|
update_buttons();
|
||||||
update_inputs();
|
update_inputs();
|
||||||
|
sleep_ms(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user