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 | |
unsigned char | offset |
The offset of the first channel in the set. | |
unsigned short | 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).
unsigned short lor_channel_set::cbits |
The 16-bit bitset of channels to apply the effect to relative to the offset.
unsigned char lor_channel_set::offset |
The offset of the first channel in the set.