Skip to content

Instantly share code, notes, and snippets.

View Baktykarim's full-sized avatar

Baktykarim

  • Joined May 4, 2026
View GitHub Profile
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27, 16, 2);
const int TRIG_PIN = 9;
const int ECHO_PIN = 10;
// Front-Left Motor
const int ENA1 = 3;