From 75eea47140e22f86fb23631e4fb436d8a09c8695 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 11 May 2026 15:00:40 +0530 Subject: move bluetooth, nfc, and utils into subfolders --- src/utils/buttons.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/utils/buttons.h (limited to 'src/utils/buttons.h') diff --git a/src/utils/buttons.h b/src/utils/buttons.h new file mode 100644 index 0000000..cfa9fa3 --- /dev/null +++ b/src/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