Skip to content

Instantly share code, notes, and snippets.

View timmui's full-sized avatar

Tim Mui timmui

View GitHub Profile
#include <LiquidCrystal.h>
// select the pins used on the LCD panel
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
int val = 0;
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2); // start the library