9 lines
105 B
C
9 lines
105 B
C
#ifndef WLAN_H
|
|
#define WLAN_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
void initWiFi();
|
|
void checkWiFiConnection();
|
|
|
|
#endif |