Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created August 20, 2012 15:29
Show Gist options
  • Save masarugen/3405173 to your computer and use it in GitHub Desktop.
Save masarugen/3405173 to your computer and use it in GitHub Desktop.
#include <LiquidCrystal.h>
LiquidCrystal lcd = LiquidCrystal(5, 6, 7, 8, 9, 10, 11);
void setup() {
lcd.print("Hello World");
}
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment