Skip to content

Instantly share code, notes, and snippets.

View kindfulkirby's full-sized avatar

Kirby kindfulkirby

View GitHub Profile
@kindfulkirby
kindfulkirby / snes.ino
Last active October 5, 2017 14:02 — forked from netalkGB/snes.ino
Digispark SNES controller
#include "DigiJoystick.h"
#define DAT 0
#define PS 1
#define CLK 2
#define PULSE_TIME 3
char buf[8] = {
0x80, 0x80, 0x80, 0x80, 0x80, 0x80,