Files
Filaman/src/wlan.h

9 lines
105 B
C

#ifndef WLAN_H
#define WLAN_H
#include <Arduino.h>
void initWiFi();
void checkWiFiConnection();
#endif