-40%
10PCS Hall Magnetic Standard Linear Module KY-024 For Arduino AVR PIC
$ 2.49
- Description
- Size Guide
Description
HomeModules
Sensor
Arduino
Raspberry Pi
3D Printer
Chips
10PCS Hall Magnetic Standard Linear Module For Arduino AVR PIC
Product Descriptions
Linear Hall magnetic module and number 13 comes with LED build a simple circuit to produce magnetic field warning lamp. Use digital 13 interface comes with the LED. The linear Hall magnetic module connected digital 3 interfaces. When the linear Hall magnetic module senses detected the key signal. LED lights on, otherwise off.
Routines source code:
int Led = 13 ;// define LED Interface
int buttonpin = 3; // define the linear Hall magnetic sensor interface
int val ;// define numeric variables val
void setup()
{
pinMode(Led, OUTPUT) ;// define LED as output interface
pinMode(buttonpin, INPUT) ;// define linear Hall magnetic sensor as output interface
}
void loop ()
{
val = digitalRead(buttonpin) ;// digital interface will be assigned a value of 3 to read val
if(val == HIGH) // When the linear Hall magnetic sensor detects the signal, LED flashes
{
digitalWrite(Led, HIGH);
}
else
{
digitalWrite (Led, LOW);
}
}
Payment
Shipping
Refund
Payment
We accept PayPal only.
But we only
Accept
your
Ebay Address
,Please Make sure it's 100% right.
Payment must be received in 5 business days of auction closing.
Please leave note for your special request (e.g. Colors or Size) in PayPal when you pay the order.
Any special request cannot be accepted after 24 hours of payment, because most of orders will be processed instantly and same day dispatched.
Shipping
We maintain high standards of excellence and strive for 100% customer satisfaction! Feedback is very important to us. We request that you contact us immediately BEFORE you give us neutral or negative feedback, so that we can satisfactorily address your concerns.
Refund
All package need to
wait 30 days
(US only n
eed 7-10 days)
,
Please take care it.Less than 30 days,we can't take a refund
.
If the item is defect when you receive it or you are not satisfied with it, please return it within 14 days for a replacement or money back. But the items must be back in factory condition. Please contact us and double check the return address before you return it.
If is item is defective in 12 months, you can return it to us. We will send you a new replacement after receiving the defective item.