โดย: เจ้าของร้าน เมื่อ:5 เดือนที่ผ่านมา
/////////////////ใช้อ่านได้ #include <SoftwareSerial.h> #include <Servo.h> SoftwareSerial portOne(A1, A2); String readString; char DATA; Servo myservo1; Servo myservo2; Servo myservo3; Servo myservo4; int posA=90; int posB=30; int posC=130; int posD=80; int DSPeed=50; void setup() { Serial.begin(115200); portOne.begi…