| จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
| {{(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)}} บาท |
| คงเหลือ | 8 ชิ้น |
| จำนวน (ชิ้น) |
- +
|
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
|
|
|
|
|
| คุยกับร้านค้า | |
| {{ size_chart_name }} |
|
| หมวดหมู่ | เซนเซอร์ Friend Robot |
| สภาพ | สินค้าใหม่ |
| เพิ่มเติม | |
| สภาพ | สินค้ามือสอง |
| เกรด | |
| สถานะสินค้า | |
| ระยะเวลาจัดเตรียมสินค้า | |
| เข้าร่วมโปรโมชั่น | |
| ไฮไลท์ |
เซนเซอร์ตรวจจับแสง LDR
|
| ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
| รายละเอียดสินค้า |
![]() |
| เงื่อนไขอื่นๆ |
![]() ตัวอย่างโค๊ดใช้งานกับ Friend Robot Model Nano+ #include "ModelNanoPlus.h"
#define pin A0
void setup() {
// put your setup code here, to run once:
XIO();
}
void loop() {
// put your main code here, to run repeatedly:
int s = analog(pin);
oled(22,25,"variable : %d ",s);
delay(50);
}
|
| Tags |
Friend Robot