13 lines
232 B
C
13 lines
232 B
C
![]() |
#ifndef __NET_CLIENT_H__
|
||
|
#define __NET_CLIENT_H__
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void net_sta_connect(char* ssid,char *password);
|
||
|
void net_check_start();
|
||
|
void net_check_stop();
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|