kakopappa / arduino-esp8266-alexa-wemo-switch

Amazon Alexa + WeMos switch made with Arduino D1 Mini
https://sinric.pro
MIT License
281 stars 249 forks source link

Using Delay #16

Open wjflier opened 7 years ago

wjflier commented 7 years ago

Looking to use timing between relayPin HIGH and relayPin LOW If I use Delay(xxxxxx); Echo doesn't respond and the function works two times.

Anyone find something that works? If so can you share your sketch?