iR58/bk_aidk/projects/lock_lfvx/.svn/pristine/e3/e331378780574a9656c023f84eeca2871bb8532f.svn-base
2025-05-08 18:01:52 +08:00

13 lines
232 B
Plaintext
Executable File

#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