summary refs log tree commit diff
path: root/blade.h
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2025-03-04 12:34:48 -0600
committerStarfall <us@starfall.systems>2025-03-04 12:34:48 -0600
commit5a4bf238055478d8ec53b5ff59f1f150cfc6a01e (patch)
treee9f7761ad8eb4cd10eeed197cb02e16234a3eb9b /blade.h
Initial commit HEAD main
Diffstat (limited to 'blade.h')
-rw-r--r--blade.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/blade.h b/blade.h
new file mode 100644
index 0000000..0e7e34a
--- /dev/null
+++ b/blade.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <Arduino.h>
+#include <FastLED.h>
+
+void setup_blade();
+void draw_blade();
+
+void toggle_blade();
+void change_hue(uint8_t);
+void change_sat(uint8_t);