-40%
For Arduino AVR PIC KEYES KY-010 Photo Interrupter Module
$ 0.78
- Description
- Size Guide
Description
Visit storeItems for sale
About us
Product Details
Product description:
Photo interrupter module and a digital interface, built-in 13 LED build a simple circuit to produce.photo-interrupter warning lamp
It comes with digital interfaces of the LED, the light blocking access number 3 sensor interfaces,sensing when the light interrupter
Device senses a key signal, LED lights, otherwise off.
Routines source code:
int Led = 13 ;// define LED Interface
int buttonpin = 3; // define the photo interrupter sensor interface
int val ;// define numeric variables val
void setup()
{
pinMode (Led, OUTPUT) ;// define LED as output interface
pinMode (buttonpin, INPUT) ;// define the photo interrupter sensor output interface
}
void loop ()
{
val = digitalRead (buttonpin) ;// digital interface will be assigned a value of 3 to read val
if (val == HIGH) // When the light sensor detects a signal is interrupted, LED flashes
{
digitalWrite (Led, HIGH);
}
else
{
digitalWrite (Led, LOW);
}
}
Package Included:
1 x For Arduino AVR PIC KEYES KY-010 Photo Interrupter Module
Payment Method
Shipping Policy
Returns & Refund Policy
Feedback
Payment Method
EBAY Managed Payment.
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 Policy
1. We only ship to the confirmed address provided by eBay. please make sure your ebay address is 100% matches the address you would like us to ship to. If not, please let us know before we sent you the package, or we will not be responsible for any loss. hope you could understand.
2. Orders will be processed instantly and dispatched within 1-3 business days except hoilday, so we do NOT accept any email/message note after you place orders.
3. All package need to wait 30 days,Please take care it.Less than 30 days,we can't take a refund.
Returns & Refund Policy
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 keep in touch with 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.
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.