From 486eb3dd957d7e668dc9980bb9eea733ca03b0f0 Mon Sep 17 00:00:00 2001 From: akaJes Date: Sat, 21 Jan 2017 14:07:43 +0200 Subject: [PATCH] new AsyncPing library fully asynchronous Ping library (have full ping statistic and hardware MAC address). --- doc/libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/libraries.md b/doc/libraries.md index 02207e9d82..0bbb2301b5 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -158,3 +158,4 @@ Libraries that don't rely on low-level access to AVR registers should work well. - [OLED](https://github.com/klarsys/esp8266-OLED) - a library for controlling I2C connected OLED displays. Tested with 0.96 inch OLED graphics display. - [MFRC522](https://github.com/miguelbalboa/rfid) - A library for using the Mifare RC522 RFID-tag reader/writer. - [Ping](https://github.com/dancol90/ESP8266Ping) - lets the ESP8266 ping a remote machine. +- [AsyncPing](https://github.com/akaJes/AsyncPing) - fully asynchronous Ping library (have full ping statistic and hardware MAC address).