From c49906d9a20cd217e798ab021e7bf812401d7a07 Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Thu, 19 Jun 2025 22:44:23 -0400 Subject: feat: created functions.c and functions.h, these files will be used to store information and code for functions that are executed when a button is pressed --- functions.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 functions.c (limited to 'functions.c') diff --git a/functions.c b/functions.c new file mode 100644 index 0000000..9097f12 --- /dev/null +++ b/functions.c @@ -0,0 +1 @@ +#include "functions.h" -- cgit v1.2.3