summary refs log tree commit diff
path: root/blade.h
blob: 0e7e34ac4639a65e83d75ad44205ec7426f7f46a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);