I would probably avoid the whole byte to uint64_t conversion, and just set the specific bit within the uint64_t directly for each of the lights.
1 Like
I would probably avoid the whole byte to uint64_t conversion, and just set the specific bit within the uint64_t directly for each of the lights.