device-epd/include/wlan.h

9 lines
100 B
C
Raw Normal View History

2020-02-10 14:29:39 +00:00
#ifndef WLAN_H
#define WLAN_H
2020-02-11 15:31:52 +00:00
#include <WiFi.h>
2020-02-10 14:29:39 +00:00
2020-02-11 15:31:52 +00:00
void setupWlan();
2020-02-11 19:21:30 +00:00
bool wlan_isConnected();
2020-02-10 14:29:39 +00:00
#endif