dancol90 / ESP8266Ping

Ping library for ESP8266 Arduino core
GNU Lesser General Public License v2.1
261 stars 134 forks source link

Can use Ping on Loop() #6

Closed vandimz closed 6 years ago

vandimz commented 7 years ago

can i use Ping.ping(remote_ip) on Loop();

dancol90 commented 7 years ago

Yes, you can. But keep in mind that it's a blocking call.