Filaman/src/wlan.h

8 lines
77 B
C

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