device-epd/include/wlan.h
2020-02-11 20:21:30 +01:00

9 lines
100 B
C

#ifndef WLAN_H
#define WLAN_H
#include <WiFi.h>
void setupWlan();
bool wlan_isConnected();
#endif