Sequences can be different length now
This commit is contained in:
@ -37,3 +37,5 @@ const byte clockOutPin = 13;
|
||||
const byte outsPins[6] = {6, 11, 7, 10, 8, 9};
|
||||
bool rotateScreen = true;
|
||||
*/
|
||||
|
||||
#define bitFlip(value, bit) ((value) ^ (1UL << (bit)))
|
||||
Reference in New Issue
Block a user