aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/chan-aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'spaghetti-monster/chan-aux.h')
-rw-r--r--spaghetti-monster/chan-aux.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/spaghetti-monster/chan-aux.h b/spaghetti-monster/chan-aux.h
new file mode 100644
index 0000000..c8264bd
--- /dev/null
+++ b/spaghetti-monster/chan-aux.h
@@ -0,0 +1,9 @@
+// channel modes for single color aux LEDs
+// Copyright (C) 2023 Selene ToyKeeper
+// SPDX-License-Identifier: GPL-3.0-or-later
+#pragma once
+
+void set_level_aux(uint8_t level);
+
+bool gradual_tick_null(uint8_t gt);
+