#include <ELClient.h>
#include <ELClientSocket.h>
#include <SC16IS750.h>
Go to the source code of this file.
|
| char * | getErrTxt (int16_t commError) |
| |
| void | udpCb (uint8_t resp_type, uint8_t client_num, uint16_t len, char *data) |
| |
| void | wifiCb (void *response) |
| |
| void | setup () |
| |
| void | loop () |
| |
◆ getErrTxt()
| char * getErrTxt |
( |
int16_t |
commError | ) |
|
◆ loop()
◆ setup()
◆ udpCb()
| void udpCb |
( |
uint8_t |
resp_type, |
|
|
uint8_t |
client_num, |
|
|
uint16_t |
len, |
|
|
char * |
data |
|
) |
| |
◆ wifiCb()
| void wifiCb |
( |
void * |
response | ) |
|
◆ esp
◆ i2cuart
| ELClient esp& i2cuart = SC16IS750(SC16IS750_PROTOCOL_I2C,SC16IS750_ADDRESS_AA) |
◆ PROGMEM
| char* const errTxt [] PROGMEM = "192.168.0.102" |
Simple example to demo the El-Client UDP calls
Definition at line 10 of file udp.ino.
◆ wait
◆ waitTime
◆ wifiConnected
| boolean wifiConnected = false |