From a88810c8a70c8e3a7533a266774ab61a84a9adf4 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 2 Jul 2023 21:31:19 +0100 Subject: Add sound support --- src/timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/timer.h') diff --git a/src/timer.h b/src/timer.h index 8207e5b..8f636df 100644 --- a/src/timer.h +++ b/src/timer.h @@ -7,6 +7,8 @@ extern volatile uint32_t ticks; void timer_init(); void timer_free(); +void timer_user_fn(void (*fn)(void)); + /* countdown clock */ void timer_start(uint8_t secs, volatile uint8_t *updated); uint8_t timer_value(); -- cgit v1.2.3