AllWize Library
wifi.h
Go to the documentation of this file.
1 /*
2 
3 WIFI MODULE
4 
5 */
6 
7 #pragma once
8 
9 bool wifiConnected();
10 void wifiConnect();
11 void wifiSetup();
void wifiConnect()
Definition: wifi.cpp:23
void wifiSetup()
Definition: wifi.cpp:40
bool wifiConnected()
Definition: wifi.cpp:19