Skip to content

Instantly share code, notes, and snippets.

View XianThi's full-sized avatar

Abdulsamet SAYLIK XianThi

View GitHub Profile
@XianThi
XianThi / pedal.ino
Last active January 26, 2023 22:54
uint8_t buf[8] = {
0 }; /* Keyboard report buffer */
#define MINOR_PIN 5
#define LF_PIN 6
int pedal_state = 1;
int lf_state = 1;
void setup()