โดย: เจ้าของร้าน เมื่อ:2 ปีที่ผ่านมา
#include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); const int stepPin = 6; const int dirPin = 7; const int Ena = 8; const int stepPin2 = 9; const int dirPin2 = 10; const int Ena2 = 11; const int buttonPin1 = 5; const int buttonPin2 = 4; const int buttonPin3 = 3; const int buttonPin4 =…