Last active
February 1, 2016 21:50
-
-
Save Tmw/bbf94e1e1f9a6ab8f89a to your computer and use it in GitHub Desktop.
expanding our brightnessMask array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bool brightnessMask_layer1[NUMBER_OF_CONNECTED_LEDS*4]; | |
| bool brightnessMask_layer2[NUMBER_OF_CONNECTED_LEDS*4]; | |
| bool brightnessMask_layer3[NUMBER_OF_CONNECTED_LEDS*4]; | |
| bool brightnessMask_layer4[NUMBER_OF_CONNECTED_LEDS*4]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment