ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า

 Futaba S3003 Descriptions:

  • Great for Racing Car, Helicopter and Airplane.
  • Stall Torque: 3.2 kg / cm (4.8V), 4.1 kg / cm (6.0V).
  • Operating Speed: 23 sec/60° (4.8V), 19 sec / 60° (6.0V)
  • Operating voltage: 4.8-7.2V.
  • Temperature range: -30°C -- +60°C.
  • Dimension: 4cm x 2cm x 3.8cm.

 





code:

/*
  Sweep
 
  by BARRAGAN
  This example code is in the public domain.
 
  modified 8 Nov 2013  by Scott Fitzgerald
  http://www.arduino.cc/en/Tutorial/Sweep
*/
#include "Servo.h" 
int pos = 0;
 
Servo servo_9;
 
void setup()
{
  servo_9.attach(9);
 
}
 
void loop()
{
  // sweep the servo from 0 to 180 degrees in steps
  // of 1 degrees
  for (pos = 0; pos <= 180; pos += 1) {
    // tell servo to go to position in variable 'pos'
    servo_9.write(pos);
    // wait 15 ms for servo to reach the position
    delay(15); // Wait for 15 millisecond(s)
  }
  for (pos = 180; pos >= 0; pos -= 1) {
    // tell servo to go to position in variable 'pos'
    servo_9.write(pos);
    // wait 15 ms for servo to reach the position
    delay(15); // Wait for 15 millisecond(s)
  }}
เงื่อนไขอื่นๆ
Tags

วิธีการชำระเงิน

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม