This commit is contained in:
2026-04-24 17:02:57 +02:00
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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();
}
}
+1
View File
@@ -3,3 +3,4 @@
void set_mux_addr(uint8_t addr);
void update_inputs();