Skip to content

Instantly share code, notes, and snippets.

View S-Bartfast's full-sized avatar

Slartibartfast S-Bartfast

  • Canberra, Australia
View GitHub Profile
@S-Bartfast
S-Bartfast / PPM_Combiner.ino
Created November 29, 2017 17:18
Arduino Sketch that combines multiple PPM streams into one single stream.
/**
* 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