Skip to content

Instantly share code, notes, and snippets.

View ladyada's full-sized avatar

Limor "Ladyada" Fried ladyada

View GitHub Profile
@ladyada
ladyada / gist:2363050
Created April 11, 2012 22:02
Arduino example for USB serial backpack
// Example for using Adafruit USB+Serial Character LCD backpack with an Arduino
// Pick one up today @ http://www.adafruit.com/category/63_96
#include <SoftwareSerial.h>
// Create a software serial port!
SoftwareSerial lcd = SoftwareSerial(0,2);
void setup() {
lcd.begin(9600);
@ladyada
ladyada / test gist
Created January 30, 2012 00:43
Tester
foo bar