11

wifi_example.h

Committer:
yezhong
Date:
2022-06-24
Revision:
3:53203df77c77
Parent:
2:a327e877a94c

File content as of revision 3:53203df77c77:

#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 Serial wifi;


#endif