audio-reactive-led-strip/arduino/ws2812_controller
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.ino Replaced "if" with "#if", changed int to uint32_t 2017-01-05 00:02:43 -08:00
ws2812_defs.h Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812_dma.c Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812_dma.h Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812_gamma.cpp Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812_gamma.h Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812_i2s.cpp Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812_i2s.h Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00
ws2812.h Removed ws2812b i2s library dependency, updated README 2016-12-30 22:31:27 -07:00