Skip to content

iLert library for Arduino (ESP8266)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

iLert/arduino-ilert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-ilert

GitHub release

iLert library for Arduino (ESP8266)

Download the latest version from the release section. Or grab the library from PlatformIO.

You can install it by running: pio lib install "ILERT".

Checkout the 💓 heartbeats example.

In action

#include <ILERT.h>

ILERTHeartbeat heartbeat;
heartbeat.begin("APIKEY", 5);
heartbeat.loop();

Compatible Hardware

  • ESP8266
  • ESP32
  • Arduino Ethernet
  • Arduino Ethernet Shield
  • Intel Galileo/Edison

Getting help

We are happy to respond to GitHub issues as well.


License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ilert-js by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.