Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am stevecooley on github.
* I am stevecooley (https://keybase.io/stevecooley) on keybase.
* I have a public key ASB5jYso3CWzIdGM8nSzJvAa39h3NobULuB7r9v2QELtlwo
To claim this, I am signing this object:
@stevecooley
stevecooley / Random.pde
Created November 2, 2012 07:52
The file that is currently on an LilyPad Arduino w/ ATmega328 with a serial number of 6493234373835160D1E0
// Random.pde
// -*- mode: C++ -*-
//
// Make a single stepper perform random changes in speed, position and acceleration
//
// Copyright (C) 2009 Mike McCauley
// $Id: Random.pde,v 1.1 2011/01/05 01:51:01 mikem Exp mikem $
#include <AccelStepper.h>
@stevecooley
stevecooley / Button.cpp
Created March 19, 2012 23:46
The file that is currently on an Arduino Mega 2560 with a serial number of 64934333235351E0A142
/* Synthseqr firmware development
// $Id$
||
|| @author Alexander Brevig <abrevig@wiring.org.co>
|| @url http://wiring.org.co/
|| @url http://alexanderbrevig.com/
|| @contribution Brett Hagman <bhagman@wiring.org.co>
||
|| @description
|| | Hardware Abstraction Library for Buttons.