Skip to content

Instantly share code, notes, and snippets.

View jeffwurz's full-sized avatar

Jeff Wurz jeffwurz

View GitHub Profile
@StuffAndyMakes
StuffAndyMakes / Charlieplex20LEDs.cpp
Last active November 6, 2024 19:10
Charlieplexing 20 LEDs
// pin defines
#define A 12
#define B 11
#define C 10
#define D 9
#define E 8
#define PIN_COUNT 5
#define PIN_CONFIG 0