Excellent project, looks great. I've been wanting to build one of these for quite some time, your build may just get me moving off my butt. Very interested in how you handled the lighting on the teensy's, can't wait to pour through your github once you get it set up. Thanks for posting!
Chief
I've been following w/ interest, just placed an order for a couple of boards. I haven't got a particular use for them in mind at the moment, but I'm sure I can come up with something ;)
Thanks for all the hard work, looks great!
Chief
Sorry to piggyback, but the problem calling pow10f is also affecting the OctoWS2811 SpectrumAnalyzer example code:
logLevel = pow10f(n * -1.0 * (dynamicRange / 20.0));
returns this error:
SpectrumAnalyzer:135: error: 'pow10f' was not declared in this scope
logLevel = pow10f(n * -1.0 *...