Skip to content

Instantly share code, notes, and snippets.

View poulpe's full-sized avatar
🐙

Poulpy poulpe

🐙
  • 13:56 (UTC +01:00)
View GitHub Profile
/*
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