Converting a series of numbers into a 64 bit binary frame..?

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