Mercurial > hg > beaglert
diff examples/filter_FIR/render.cpp @ 373:3bed6b09223c prerelease
Updated NE10 library to the latest version; needs a corresponding update to the /usr/include/ne10 header files on the SD image. Updated examples to compile against new version, and reordered D-Box channels to account for new PRU-based DAC channel reordering.
author | andrewm |
---|---|
date | Thu, 09 Jun 2016 20:03:09 +0100 |
parents | db2fe4e1b88e |
children | 24c3a0663d54 |
line wrap: on
line diff
--- a/examples/filter_FIR/render.cpp Thu Jun 09 18:16:05 2016 +0100 +++ b/examples/filter_FIR/render.cpp Thu Jun 09 20:03:09 2016 +0100 @@ -23,6 +23,8 @@ This is an example of a finite impulse response filter implementation. */ +#define ENABLE_NE10_FIR_FLOAT_NEON // Define needed for Ne10 library + #include <Bela.h> #include <cmath> #include <NE10.h> // neon library