Using Arduino Audio Tools header files across multiple compilation units in PlatformIO #1831
-
Caveat: I am a C# developer and am still a bit fuzzy with C++, so apologies for any misunderstandings, incorrect terminology, etc. I am using Arduino Audio Tools to process an I2S stream for FFT-based visualisation on a RGB matrix. I am using PlatformIO and have a reference to an
Short of copying this header file locally and splitting it out into a header + cpp file, is there a recommended approach to manage this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Amazing, thank you! |
Beta Was this translation helpful? Give feedback.
I committed a correction