You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
164 B
10 lines
164 B
#ifndef BSP_WIFI_H
|
|
#define BSP_WIFI_H
|
|
|
|
#include "bsp_config.h"
|
|
|
|
extern void L2_Wifi_init();
|
|
extern void L2_OID_WIFI_Close();
|
|
extern void L2_OID_WIFI_Open();
|
|
|
|
#endif
|