LightBeer v2 day 2

I for realsy food everything I had on my to-do from yesterday last night. I even almost bailed at the two of three mark, but realized I still had another task. I’m sure a lot of people would be wondering about why that’s so amazing, but for me it is. I am a very lazy individual. I anchor doing work that doesn’t need doing.
Back to work. The variable LED glowing was easy, with a caveat. On the Arduino Uno there are only (six?) PWM-able pins. This means I’m either limited to six bottles, or I need to look for other options. I’ve now stated to look at multiplexing the LEDs, as six bottles doesn’t feel cool enough. I want a whole bundle. Multiplexing itself isn’t an issue, but I think I’ll get back into an issue of how to have multiple bottles, each with their own level of brightness. Probably the best way off doing that would be a giant while loop, just flicking on and off the individual pins as fast as it’s like logic could, having the variations in brightness being the function of the number of occurrences for an individual bottle.
Gonna have to look at this, try doing some multiplexing…