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
/** | |
* This code is released under the WTFPL and is here by considered to be in the public domain. | |
*/ | |
int OUT_PIN = 7; | |
int LED_PIN = 13; | |
int blip_us = 300; // Length of blip (in microseconds) | |
#define NUM_SOURCES 2 // Number of sources to combine (only two interrupts available on Arduino UNO) | |
#define CHANNELS_PER_SOURCE 4 // Number of channels to read from each source |