embedded-software
reusable software modules for embedded systems
|
#include <stdint.h>
#include "project_settings.h"
Go to the source code of this file.
Macros | |
#define | MODE_STATION 1 |
#define | MODE_SOFTAP 2 |
#define | MODE_SOFTAP_STATION 3 |
Functions | |
void | ESP8266_ConnectNetwork (char *network_ssid, char *network_pass, uint8_t flash_settings) |
void | ESP8266_SetMode (uint8_t mode, uint8_t flash_settings) |
void | ESP8266_Reset (void) |
void | ESP8266_HTTP_GET (char *hostname, int port, char *uri, char *payload) int ESP8266_CalcLength(const char *s) |