Skip to content

Instantly share code, notes, and snippets.

// O2 Minipops rhythm box (c) DSP Synthesizers 2016
// Free for non commercial use
// http://janostman.wordpress.com
// changed the way tempo works
// tempo controled by rising edge clock signal on pin 12 (instead of reset out)
// can be used to syncronise O2 with eurorack etc.
#include <avr/interrupt.h>