vibration sensor module SW-420 -- TZT normally closed type

TZT normally closed type vibration sensor module Alarm sensor module Vibration switch SW-420 for arduino


22 ₪

الناشر: متجر القطع الالكترونية

القسم: مستشعرات - سينسور

تاريخ النشر: 2022-06-18




vibration sensor to esp32

محتويات

- interface

- code


interface



code

code
نسخ
اقتباس
عرض
تنزيل
	
								
int shockPin = 17; //SW-420ESP32 GPIO17 int ledPin = 16; //LEDESP32 GPIO16 byte value; // void setup() { Serial.begin(9600); pinMode(ledPin,OUTPUT); // pinMode(shockPin,INPUT); // } void loop() { value = digitalRead(shockPin); Serial.println(value); if (value == 1){ digitalWrite(ledPin,HIGH); }else{ digitalWrite(ledPin,LOW); } delay(100); }


سلة المشتريات افراغ السلة