sint-gauntlet/buttons.h
2026-04-24 16:57:38 +02:00

8 lines
164 B
C

#pragma once
#include <pico/types.h>
void handle_vco_change(uint gpio, uint32_t events);
void update_button(uint pin, bool *button_state);
void update_buttons();