ArduinoTapTempo icon indicating copy to clipboard operation
ArduinoTapTempo copied to clipboard

An Arduino library that times consecutive button presses to calculate tempo / BPM. Corrects for missed beats and can reset phase with single taps.

Results 7 ArduinoTapTempo issues
Sort by recently updated
recently updated
newest added

Calling setBPM anywhere in the code seems to crash it.

Hello Mr. Clarke, first of all ... your Arduino TapTempo Library works fine. Using your taptempo library i built a foot switch to tap in and calculate the BPM which...

Hello, I just had a look at the updated version of your library and noticed that the former tap() function, to just add a tap to the stack, is missing...

I'm having an issue using the example code on an Arduino Mega. Fast tempos (like above 200 bpm) seem to break it. Once it's going that fast I can't slow...

I created a setter for beat length and included a check for the min and max bounds. setBPM also calls this one now to include the checks and fixed the...

Should it be setup similar to the debounce schematic or something else? ![schematic](https://www.arduino.cc/en/uploads/Tutorial/button.png)