Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 471 Bytes

File metadata and controls

18 lines (11 loc) · 471 Bytes

Thingpings Library for Arduino

Lint

A library for using the Thingpings service, for ESP32 and ESP8266 Arduino projects.

Thingpings solves the problem of finding an Internet of Things device on your network after setting it up.

Usage

#include <Thingpings.h>

// Connect to Wi-Fi ...

Thingpings::ping("Example Company", "Example Widget");