mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-12 01:10:25 +00:00
9 lines
100 B
C
9 lines
100 B
C
#ifndef WLAN_H
|
|
#define WLAN_H
|
|
|
|
#include <WiFi.h>
|
|
|
|
void setupWlan();
|
|
bool wlan_isConnected();
|
|
|
|
#endif |