Skip to content

Instantly share code, notes, and snippets.

View anthonynoakes's full-sized avatar

Anthony Noakes anthonynoakes

View GitHub Profile
anonymous
anonymous / reactiontimer.ino
Created October 14, 2016 19:26
#include <elapsedMillis.h>
const int SWITCHPIN = 2;
const int LEDPIN = 3;
const int LATCHPIN = 5;
const int DATAPIN = 6;
const int CLOCKPIN = 4;
const int NUMBER_OF_DIGITS = 4;
const int digitPins[NUMBER_OF_DIGITS] = {
9, 8, 10, 11
@aras-p
aras-p / preprocessor_fun.h
Last active March 5, 2026 23:36
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,