Skip to content

Instantly share code, notes, and snippets.

View adelarcubs's full-sized avatar

Adelar Tiemann Junior adelarcubs

  • Mercado Livre
  • Florianópolis - SC
View GitHub Profile
#include <LiquidCrystal.h>
const int p1 = 5;
const int p2 = 4;
LiquidCrystal lcd(13, 12, 5, 4, 3, 2);
void setup() {
Serial.begin(9600);
lcd.begin(16,2);