|
libtinylor
Single-file header library for controlling Light-O-Rama hardware
|
Represents a grouping of 16 channels, as a bit set, aligned to a 16-channel boundary (via a multiplier). More...
#include <tinylor.h>
Data Fields | |
| uint8_t | offset |
| The offset of the first channel in the set. | |
| uint16_t | cbits |
| The 16-bit bitset of channels to apply the effect to relative to the offset. | |
Represents a grouping of 16 channels, as a bit set, aligned to a 16-channel boundary (via a multiplier).
| uint16_t lor_channel_set::cbits |
The 16-bit bitset of channels to apply the effect to relative to the offset.
| uint8_t lor_channel_set::offset |
The offset of the first channel in the set.