Skip to content

Instantly share code, notes, and snippets.

@arduinoboard
arduinoboard / sketch_feb17a.ino
Created July 28, 2011 06:02
The file that is currently on an Arduino Diecimila, Duemilanove, or Nano w/ ATmega168 with a serial number of A7006xLE
bootz
@arduinoboard
arduinoboard / Encoder.cpp
Created July 28, 2011 06:05
The file that is currently on an Arduino Uno with a serial number of test
/*
Created by WilliamK @ Wusik Dot Com (c) 2010
http://arduino.wusik.com
*/
#include "WConstants.h"
#include "Encoder.h"
@arduinoboard
arduinoboard / TetrisAnalogTest.pde
Created July 28, 2011 18:29
The file that is currently on an Arduino Uno with a serial number of 64932343938351E091A0
#include <TetrisShapeItSound.h>
#include <cScoreSpeaker.h>
/*
Analog input, analog output, serial output
Reads an analog input pin, maps the result to a range from 0 to 255
and uses the result to set the pulsewidth modulation (PWM) of an output pin.
Also prints the results to the serial monitor.
@arduinoboard
arduinoboard / sketch_jul28a.pde
Created July 28, 2011 19:03
The file that is currently on an Arduino Duemilanove or Nano w/ ATmega328 with a serial number of A8008KwD
void loop(){
//nawdude
}
void setup(){
}
@arduinoboard
arduinoboard / KnobSliderButton.pde
Created December 8, 2011 22:05
The file that is currently on an Arduino Uno with a serial number of 02000002
/*
Created by WilliamK @ Wusik Dot Com (c) 2010
http://arduino.wusik.com
*/
/* SparkFun Keypad Example Code
by: Jim Lindblom
SparkFun Electronics
date: 4/26/11
@arduinoboard
arduinoboard / KnobSliderButton.pde
Created December 12, 2011 20:20
The file that is currently on an Arduino Uno with a serial number of 200703151000
/*
Created by WilliamK @ Wusik Dot Com (c) 2010
http://arduino.wusik.com
*/
/* SparkFun Keypad Example Code
by: Jim Lindblom
SparkFun Electronics
date: 4/26/11
@arduinoboard
arduinoboard / sketch_mar08b.ino
Created January 11, 2012 22:09
The file that is currently on an Arduino Uno with a serial number of 64932343838351D04262
hjjh
@arduinoboard
arduinoboard / sketch_feb16a.ino
Created February 17, 2012 08:59
The file that is currently on an Arduino Uno with a serial number of PID_6001
scszdffddf
@arduinoboard
arduinoboard / sketch_feb17a.ino
Created February 17, 2012 10:00
The file that is currently on an Arduino Uno with a serial number of 6493633393635191F11
tesssterz
@arduinoboard
arduinoboard / _testsketch_jan11a.ino
Created February 17, 2012 10:53
The file that is currently on an Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega328 with a serial number of 6493234363835131C2B1
testtttting