missing: - fully connect it to the ui - setup duration in light settings Signed-off-by: Peter Siegmund <developer@mars3142.org>
9 lines
118 B
C
9 lines
118 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
void setup_buttons(void);
|
|
void cleanup_buttons(void);
|
|
__END_DECLS
|