audio-reactive-led-strip/arduino
Scott Lawson e95cef5a99 Replaced "if" with "#if", changed int to uint32_t
Replaced if statements with #if preprocessor macros.
Replaced one #ifdef macro with #if.
Changed `int secondTimer` to `uint32_t secondTimer` to avoid signed/unsigned integer comparison. The `millis()` function returns `uint32_t`.
Removed asterix output from FPS output.
2017-01-05 00:02:43 -08:00
..
ws2812_controller Replaced "if" with "#if", changed int to uint32_t 2017-01-05 00:02:43 -08:00