From 7e4cfad53699fabbecb6696508e5addcffc1b095 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 20 Jun 2026 00:24:34 +0530 Subject: restructure to use rust source tree primarily --- src-arduino/utils/buttons.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src-arduino/utils/buttons.h (limited to 'src-arduino/utils/buttons.h') diff --git a/src-arduino/utils/buttons.h b/src-arduino/utils/buttons.h new file mode 100644 index 0000000..cfa9fa3 --- /dev/null +++ b/src-arduino/utils/buttons.h @@ -0,0 +1,10 @@ +#pragma once + +void buttonsInit(); + +bool btnUp(); +bool btnDown(); +bool btnSelect(); +bool btnBack(); +bool btnRight(); +bool btnLeft(); -- cgit v1.2.3