aboutsummaryrefslogtreecommitdiff
path: root/misc_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc_functions.h')
-rw-r--r--misc_functions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc_functions.h b/misc_functions.h
new file mode 100644
index 0000000..ef8a22b
--- /dev/null
+++ b/misc_functions.h
@@ -0,0 +1,7 @@
+#ifndef MISC_FUNCTIONS_H
+#define MISC_FUNCTIONS_H
+
+void delay(int p_milliseconds);
+bool cyclic_function();
+
+#endif // MISC_FUNCTIONS_H