งานปฏิบัติ 17

wiring diagram

รูปที่1

Code 1


                                                 wiring diagram

รูปที่ 2



Code 2

#include <Servo.h>
Servo servo;
int x,y;
void setup() 
{
  servo.attach(9);
}
void loop() 
{
  x = analogRead(A0);
  y = map(x,0,1023,0,179);
  servo.write(y);
  delay(50);
}



รูปที่ 3


Code 3


ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

Mini Project

Microcontroller 3