Skip to content

Instantly share code, notes, and snippets.

View technerdchris's full-sized avatar

Chris Kelley technerdchris

  • Atlanta GA
View GitHub Profile
@technerdchris
technerdchris / fb_live.md
Last active May 22, 2020 15:31
Facebook "live" videos I did for work
// CDI tester - a pulse coil emulator
// (c) 2019 Chris Kelley : technerdchris@gmail.com
// License: SiYGR : Share if You Get Rich : If you use this and get rich, hook a brother up.
// see https://electronics.stackexchange.com/questions/452219/
const char version[8]= {"v0.1"};
const char today[15] = {"2019 AUG 9"};
// LED connected to digital pin 13
#define LED_PIN 13
#define WHT_PIN 7
#define RED_PIN 6