embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
esp8266.c File Reference
#include <strings.h>
#include "project_settings.h"
#include "esp8266.h"
#include "uart.h"
#include "task.h"
Include dependency graph for esp8266.c:

Data Structures

struct  network_settings
 

Functions

void ESP8266_ConnectNetwork (char *network_ssid, char *network_pass, uint8_t flash_settings)
 
void ESP8266_HTTP_GET (char *hostname, int port, char *uri, char *payload)
 
void ESP8266_Reset ()
 
void ESP8266_SetMode (uint8_t mode, uint8_t flash_settings)
 
int ESP8266_CalcLength (const char *s)
 

Function Documentation

int ESP8266_CalcLength ( const char *  s)

Here is the caller graph for this function:

void ESP8266_HTTP_GET ( char *  hostname,
int  port,
char *  uri,
char *  payload 
)

Here is the call graph for this function: