diff options
Diffstat (limited to 'spaghetti-monster/chan-rgbaux.h')
| -rw-r--r-- | spaghetti-monster/chan-rgbaux.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spaghetti-monster/chan-rgbaux.h b/spaghetti-monster/chan-rgbaux.h new file mode 100644 index 0000000..5c1c5c3 --- /dev/null +++ b/spaghetti-monster/chan-rgbaux.h @@ -0,0 +1,11 @@ +// channel modes for RGB aux LEDs +// Copyright (C) 2023 Selene ToyKeeper +// SPDX-License-Identifier: GPL-3.0-or-later +#pragma once + +void set_level_auxred(uint8_t level); +void set_level_auxgrn(uint8_t level); +void set_level_auxblu(uint8_t level); + +bool gradual_tick_null(uint8_t gt); + |
