diff options
author | Starfall <us@starfall.systems> | 2025-03-04 12:34:48 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2025-03-04 12:34:48 -0600 |
commit | 5a4bf238055478d8ec53b5ff59f1f150cfc6a01e (patch) | |
tree | e9f7761ad8eb4cd10eeed197cb02e16234a3eb9b /blade.h |
Diffstat (limited to 'blade.h')
-rw-r--r-- | blade.h | 11 |
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); |