จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 445 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Vibration/สั่น/Magnet |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
Alarm System Door Window Sensor Switch Hi/Lo
Material: Plastic
Color: White
Size: 27x14x7.6mm
Action distance: 18mm ± 6mm
Rated voltage: 12 (V)
Switch withstand voltage: 100VDC
Load current: 300mA
Life: 1 million times
Features:
-Easy to install
-Strong concealment
-Magnetic sensor alarm, control the switch of the circuit via the built-in magnet
-Alarm when someone intrude into your places
-Can be used in places like apartment, hotel, office, etc.
Code:Basic
const int pinoSensor = 2;
const int pinoLed = 13;
void setup(){
pinMode(pinoSensor, INPUT_PULLUP);
pinMode(pinoLed, OUTPUT);
digitalWrite(pinoLed, LOW);
}
void loop(){
if (digitalRead(pinoSensor) == HIGH){
digitalWrite(pinoLed, HIGH);
}
else{
digitalWrite(pinoLed, LOW);
}
} ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |