Skip to content

Instantly share code, notes, and snippets.

@0xPIT
0xPIT / Drehzahl.ino
Last active August 29, 2015 14:02
variant: update one digit per loop
// ----------------------------------------------------------------------------
// RPM Counter
// ----------------------------------------------------------------------------
// https://www.pjrc.com/teensy/td_libs_FreqCount.html
#include <FreqCount.h>
// Leonardo: Timer interrupt auf Pin 12
// ----------------------------------------------------------------------------