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.
8 lines
180 B
8 lines
180 B
#pragma once
|
|
|
|
void Wlan_Init(void);
|
|
void Wlan_Cyclic(void);
|
|
bool Wlan_IsConnected(void);
|
|
boolean Wlan_ToggleEnable(void);
|
|
String Wlan_GetIpAddress(void);
|
|
int8_t Wlan_GetRssi(void);
|