Skip to content

Instantly share code, notes, and snippets.

@JNathanB
JNathanB / Main.ino
Created May 22, 2026 09:59
Robotics_Sem-1_Task_3
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
LiquidCrystal_I2C lcd1(0x27, 16, 2);
LiquidCrystal_I2C lcd2(0x26, 16, 2);
const int pot1 = A0;
const int pot2 = A1;
const int tou1 = 8;