s

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wifi_example.h Source File

wifi_example.h

00001 #ifndef WIFI_EXAMPLE_H_H
00002 #define WIFI_EXAMPLE_H_H
00003 
00004 #include "mbed.h"
00005 #include "cJSON.h"
00006 #include "esp8266.h"
00007 
00008 #include <time.h>  
00009 #include <stdio.h>
00010 #include <stdlib.h>
00011 #include <string.h>
00012 
00013 
00014 #define     APNAME     "prc1"
00015 #define     APPASSWD   "Prc123456"
00016 #define     TCPNUM     4
00017 #define     TCPADD     "127.0.0.1"
00018 #define     TCPPORT    8585
00019 
00020 
00021 
00022 extern void connectInit(void);
00023 
00024 
00025 
00026 extern Serial wifi;
00027 
00028 
00029 #endif
00030