GeekTrack/2.Firmware/GeekTrack/components/Libraries/include/WIFINetwork.h

17 lines
244 B
C

/* file library_wifi_network */
#ifndef _LIBRARY_WIFI_NETWORK_H_
#define _LIBRARY_WIFI_NETWORK_H_
#ifdef __cplusplus
extern "C" {
#endif
uint8_t WIFI_Connect(char* ssid, char* password);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif