Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Feb 27, 2021
1 parent 3a35289 commit c9288ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/ESPEssentials.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include <ESPEssentials.h>

void setup()
{
initESPEssentials("Project Name");
}

void loop()
{
handleESPEssentials();
}

0 comments on commit c9288ab

Please sign in to comment.