11

wifi_example.h

Committer:
yezhong
Date:
2022-03-01
Revision:
2:a327e877a94c
Parent:
1:8512a7d76959
Child:
3:53203df77c77

File content as of revision 2:a327e877a94c:

#ifndef WIFI_EXAMPLE_H_H
#define WIFI_EXAMPLE_H_H

#include "mbed.h"
#include "cJSON.h"
#include "ESP8266.h"

#include <time.h>  
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


#define     APNAME     "prc1"
#define     APPASSWD   "Prc123456"
#define     TCPNUM     4
#define     TCPADD     "127.0.0.1"
#define     TCPPORT    8585



extern void connectInit(void);

extern ESP8266 wifi;


#endif