Skip to content

Commit

Permalink
add AsyncPing library to libraries.md (#2889)
Browse files Browse the repository at this point in the history
fully asynchronous Ping library (have full ping statistic and hardware MAC address).
  • Loading branch information
akaJes authored and igrr committed Feb 20, 2017
1 parent adeed6b commit d2b370b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit d2b370b

Please sign in to comment.