Skip to content

Instantly share code, notes, and snippets.

@edoy-cuizon
edoy-cuizon / Charlieplex12LEDs.cc
Created October 12, 2016 06:27 — forked from StuffAndyMakes/Charlieplex12LEDs.cc
Arduino sketch code for Charlieplexing 12 LEDs - accompanies project "Charlieplexing LEDs with an AVR ATmega328 (or Arduino)"
#define A 12
#define B 11
#define C 10
#define D 9
#define PIN_CONFIG 0
#define PIN_STATE 1
#define LED_COUNT 12