Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
demo.ino File Reference
#include <espduino.h>
#include <rest.h>

Go to the source code of this file.

Functions

void wifiCb (void *response)
 
void setup ()
 
void printChar (char c)
 
void loop ()
 

Variables

ESP espSerial
 
REST rest & esp
 
boolean wifiConnected = false
 
uint32_t timer = 0
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 73 of file demo.ino.

Here is the call graph for this function:

◆ printChar()

void printChar ( char  c)

Definition at line 59 of file demo.ino.

Here is the caller graph for this function:

◆ setup()

void setup ( )

Definition at line 32 of file demo.ino.

Here is the call graph for this function:

◆ wifiCb()

void wifiCb ( void *  response)

Definition at line 15 of file demo.ino.

Here is the caller graph for this function:

Variable Documentation

◆ esp

ELClientSocket udp2 & esp

Definition at line 11 of file demo.ino.

◆ Serial

ESP esp& Serial

Demo sketch that makes a rest request to api.thingspeak.com with the RTT of the previous request.

Definition at line 9 of file demo.ino.

◆ timer

uint32_t timer = 0

Definition at line 71 of file demo.ino.

◆ wifiConnected

boolean wifiConnected = false

Definition at line 13 of file demo.ino.