Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
https://emotiscope.rocks/
GNU General Public License v3.0
27 stars 5 forks source link

Update RMT LED driver to IDF 5.x version #19

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

#include "led_driver.h" // ........ Low-level LED communication, (ab)uses RMT for non-blocking output

#include "leds.h" // .............. LED dithering, effects, filters

#include "microphone.h" // ........ For gathering audio chunks from the microphone

#include "goertzel.h" // .......... GDFT or God Damn Fast Transform is implemented here

https://github.com/connornishijima/Emotiscope/blob/f9da3198f177982258837742e079f1d689c553c6/src/EMOTISCOPE_FIRMWARE.ino#L43


#include "configuration.h" // ..... Storing and retreiving your settings
#include "utilities.h" // ......... Custom generic math functions
#include "system.h" // ............ Lowest-level firmware functions
// TODO: Update RMT LED driver to IDF 5.x version
//#include "led_driver.h" // ........ Low-level LED communication, (ab)uses RMT for non-blocking output
#include "leds.h" // .............. LED dithering, effects, filters
#include "microphone.h" // ........ For gathering audio chunks from the microphone
#include "goertzel.h" // .......... GDFT or God Damn Fast Transform is implemented here
github-actions[bot] commented 4 months ago

Closed in 426c8aa3c81c308c742434396a67f876fe3c4c3e