This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
fft_adc_serial.pde | |
guest openmusiclabs.com 7.7.14 | |
example sketch for testing the fft library. | |
it takes in data on ADC0 (Analog0) and processes them | |
with the fft. the data is sent out over the serial | |
port at 115.2kb. | |
*/ | |
#define LOG_OUT 1 // use the log output function |