จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | 23 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | UNO-R3/Shield |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
L298P Motor Shield stepper DC motor drive module expansion board supports UNO R3 ( ไม่รวม Uno-R3)
Technical specifications:
It can directly drive 2 DC motors with a drive current of 2A and 8 high-speed Schottky diodes for protection at the motor output. The laminate design can be directly plugged in and is more convenient to use!
Test code:
Int E1 = 10;
Int M1 = 12;
Int E2 =11;
Int M2 = 13;
Void setup()
{
pinMode(M1, OUTPUT);
pinMode(M2, OUTPUT);
}
Void loop()
{
{ int value;
For(value = 0 ; value <= 255; value+=5)
{
digitalWrite(M1,HIGH);
digitalWrite(M2, HIGH);
analogWrite(E1, value); //PWM speed regulation
analogWrite(E2, value); //PWM speed regulation
Delay(30);
}
Delay(1000);}
{ int value;
For(value = 0 ; value <= 255; value+=5)
{
digitalWrite(M1, LOW);
digitalWrite(M2, LOW);
analogWrite(E1, value); //PWM speed regulation
analogWrite(E2, value); //PWM speed regulation
Delay(30);
}
Delay(1000);}
} ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |