del:delete Source code

This commit is contained in:
a2633063
2019-05-12 15:51:23 +08:00
parent 6ac0c4433e
commit cfc3928d25
33 changed files with 0 additions and 5008 deletions

View File

@@ -1,28 +0,0 @@
#ifndef __USER_WIFI_H_
#define __USER_WIFI_H_
#include "mico.h"
#include "MiCOKit_EXT.h"
enum {
WIFI_STATE_FAIL,
WIFI_STATE_NOCONNECT,
WIFI_STATE_CONNECTING,
WIFI_STATE_CONNECTED,
WIFI_STATE_NOEASYLINK,
WIFI_STATE_EASYLINK,
WIFI_STATE_EASYLINKING,
};
extern char wifi_status;
extern void wifi_init(void);
extern void wifi_start_easylink(void);
#endif