Skip to content

Instantly share code, notes, and snippets.

@arduinoboard
arduinoboard / sketch_mar19a.ino
Created March 19, 2012 15:41
The file that is currently on an Arduino Uno with a serial number of 64938333932351417190
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Dave made me do it. Really");
}
@arduinoboard
arduinoboard / Blink.ino
Created March 19, 2012 03:18
The file that is currently on an Arduino Uno with a serial number of 64932343638351111221
@arduinoboard
arduinoboard / Rotating_Plant_Stand.ino
Created March 18, 2012 11:24
The file that is currently on an Arduino Uno with a serial number of 64932343838351C042E1
/*
Rotating Plant Stand
Rotates one revolution every two days, moving a small amount every half an hour
Based on example byTom Igoe
*/
#include <Stepper.h>
@arduinoboard
arduinoboard / sketch_mar17b.ino
Created March 17, 2012 16:56
The file that is currently on an Arduino Uno with a serial number of 6493832333135120B011
/*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
This example code is in the public domain.
*/
void setup() {
// initialize the digital pin as an output.
// Pin 13 has an LED connected on most Arduino boards:
@arduinoboard
arduinoboard / sketch_mar16a.ino
Created March 17, 2012 02:26
The file that is currently on an Arduino Duemilanove w/ ATmega328 with a serial number of A9007MlM
// USE_GITHUM_USERNAME=cosmo510
@arduinoboard
arduinoboard / rcCar.pde
Created March 16, 2012 16:33
The file that is currently on an Arduino Duemilanove or Nano w/ ATmega328 with a serial number of FTE4XX77
/*
Project: Use Arduino to control a TX2/RX2-based radio control transmitter/receiver
Developer: Hazim Bitar/TechBitar
Date: Nov 18, 2011
Web: http://techbitar.blogspot.com
*/
int TX2Pin01 = 8; // Right
@arduinoboard
arduinoboard / SimplePIR.ino
Created March 16, 2012 14:22
The file that is currently on an Arduino Uno with a serial number of 64935343633351300000
/*
* PIR sensor tester
*/
int ledPin = 13; // choose the pin for the LED
int inputPin = 2; // choose the input pin (for PIR sensor)
int pirState = LOW; // we start, assuming no motion detected
int val = 0; // variable for reading the pin status
void setup() {
@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
@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 / 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