โดย: เจ้าของร้าน เมื่อ:1 ปีที่ผ่านมา
#include <Servo.h> #include <SoftwareSerial.h> SoftwareSerial mySerial(A0,A1); Servo myservoA; Servo myservoB; Servo myservoC; Servo myservoD; String readString; const int ledPin = 13; char unChar; ///------------------------------- const int s0 = 2; ///ต่อ 2 const int s1 = 3;///ต่อ 3 const int s2 = 4;///ต่อ 4 const …