summaryrefslogtreecommitdiffstats
path: root/main/wifi.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/wifi.h')
-rw-r--r--main/wifi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/wifi.h b/main/wifi.h
new file mode 100644
index 0000000..e526eef
--- /dev/null
+++ b/main/wifi.h
@@ -0,0 +1,6 @@
+#ifndef WIFI_H
+#define WIFI_H
+
+void wifi_connect(void);
+
+#endif /* WIFI_H */