Skip to content

Instantly share code, notes, and snippets.

@YaLTeR
YaLTeR / latency.ino
Last active April 4, 2024 13:41
Latency measuring device firmware
#include <Bounce2.h>
// Where I have stuff plugged in on my board.
#define BUTTON_PIN 2
#define LIGHT_PIN 23
// This one is standard for Teensy.
#define LED_PIN 13
// The program repeatedly:
// 1. presses the first key