จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | จอยสติ๊ก / รีโมท / Joy stick / Remote control |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
PRODUCT DESCRIPTIONThis Joystick Gamepad shield has Nokia 5110 LCD You can easily develop your Joystick games, and even communicate each other with wireless interface nRF24L01. The shield sits on top of your Arduino and turns it into a simple controller. It has 7 push buttons ( (4 big buttons + 2 small buttons + joystick select button ) and a two-axis thumb joystick gives you functions that of old Nintendo controllers. High quality and reliable product. Imported from USA Specifications: Package Included: 1 X Joystick Shield ตัวอย่างวิดิโอแนะนำ แหล่งข้อมูลเพิ่มเติม
ตัวอย่าง Code Joystick shield กับ arduino UNO const byte PIN_ANALOG_X = 0; const byte PIN_ANALOG_Y = 1; const byte PIN_A = 2; const byte PIN_B = 3; const byte PIN_C = 4; const byte PIN_D = 5; const byte PIN_E = 6; const byte PIN_F = 7; const byte PIN_K = 8; void setup() { Serial.begin(9600); pinMode(PIN_A, INPUT); digitalWrite(PIN_A, HIGH); pinMode(PIN_B, INPUT); digitalWrite(PIN_B, HIGH); pinMode(PIN_C, INPUT); digitalWrite(PIN_C, HIGH); pinMode(PIN_D, INPUT); digitalWrite(PIN_D, HIGH); pinMode(PIN_E, INPUT); digitalWrite(PIN_E, HIGH); pinMode(PIN_F, INPUT); digitalWrite(PIN_F, HIGH); pinMode(PIN_K, INPUT); digitalWrite(PIN_K, HIGH); } void loop() { Serial.print("x:"); Serial.print(analogRead(PIN_ANALOG_X)); Serial.print(" "); Serial.print("y:"); Serial.print(analogRead(PIN_ANALOG_Y)); Serial.print(" "); Serial.print("A:"); Serial.print(digitalRead(PIN_A)); Serial.print(" "); Serial.print("B:"); Serial.print(digitalRead(PIN_B)); Serial.print(" "); Serial.print("C:"); Serial.print(digitalRead(PIN_C)); Serial.print(" "); Serial.print("D:"); Serial.print(digitalRead(PIN_D)); Serial.print(" "); Serial.print("E:"); Serial.print(digitalRead(PIN_E)); Serial.print(" "); Serial.print("F:"); Serial.print(digitalRead(PIN_F)); Serial.print(" "); Serial.print("K:"); Serial.print(digitalRead(PIN_K)); Serial.print(" "); Serial.println(); } ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |
หน้าที่เข้าชม | 2,073,048 ครั้ง |
ผู้ชมทั้งหมด | 1,333,774 ครั้ง |
ร้านค้าอัพเดท | 7 ก.ย. 2568 |