5 60-Day Buyer Protection Money back guarantee KELI Store 98.0% Positive Feedback 566 Followers Contact FollowVisit Store Store Categories Top Selling recommend item image US $3.31 242 Sold 5.0 recommend item image US $4.09 65 Sold 4.6 recommend item image US $0.84 97 Sold 4.8 recommend item image US $1.46 87 Sold 4.9 US $1.38 86 Sold 4.9 View More product Description: Knock sensor module and a digital 13 interface, built-in LED build a simple circuit to produce percussion flasher. Interface comes with digital LED, will knock sensor connected digital 3 interface, when percussion sensor senses measure to percussive signals, LED flashing light. Size: 30x18x6mm (approx) Routines source code:
int Led = 13;// define LED Interface
int Shock = 3;// define the percussion Sensor Interface
int val;// define numeric variables val
void setup ()
pinMode (Led, OUTPUT) ;// define LED as output interface