-40%
5PCS Hall Magnetic Standard Linear Module KY-024 For Arduino AVR PIC
$ 1.37
- Description
- Size Guide
Description
Product Overview5PCS 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);
}
}
Shipping Policy
Item Location
Payment Mathord
Returns Policy
About Feedback
Shipping Policy
1. We Ship to Worldwide
2. We ship your orders within 1-2 business days after the payment cleared.
3. Item shipped from China via china Post Airmail, reach most of the countries within 2 to 4 weeks.
4. Delivery time depends on destination and other factors, it may takes up to 20 days. If you don't receive
the item after 25 days,please keep in touch with us, we'll investigate and solve the delivery problem.
5. Import duties, taxes, and charges are not included in the item price or shipping cost. These charges
are the buyer's responsibility. Please check with your country's customs office to determine what these
additional costs will be prior to bidding or buying.
Item Location
ShenZhen
Payment Mathord
1. We accept PAYPAL only.
2. Payment must be made within 7 days of auction closing (Unpaid dispute will automatically open when item
is not paid in 7 days).
3. PLEASE NOTE: SHIPPING&HANDING DOES NOT INCLUDE DUTIES, LOCATL TAXES OR ANY OTHER IMPORTATION FEES.
4. Please list your special requests (color, packages, value of declaration, etc.) in the EBAY NOTES SECTION
when you make payment
Returns Policy
1. Customer satisfaction is our top goal. All products are quality checked. They are new and in good
condition when shipped to our customers. If product is defective or damage upon arrival, or wrong
product shipped, please keep in touch with us immediately. Returns accepted within 14 days of delivery date
and item must be in original new condition, not worn or altered in any way with attached tags & wrap.
Otherwise deal is final. Return shipping must be paid by buyer.
2. Please keep in touch with us first if you have anyproblems/questions/concerns. We will be happy to resolve
any issues you may have in a cordial and friendly manner.
3. We appreciate your Positive Feedback, and will do the same in return. PLEASE DO NOT leave
negative feedback without first communication with us. Please allow max 24 HOURS for us to respond
About Feedback
We maintain high standards of excellence and strive for 100% customer satisfaction! Feedback is
very important to us. We request that you keep in touch with us immediately BEFORE you give us neutral or
negative feedback, so that we can satisfactorily address your concerns.It is impossible to address
issues if we do not know about them!