abouttreesummaryrefslogcommitdiff
path: root/esp32/esp_project/main/wifi.h
diff options
context:
space:
mode:
authorPatrick2023-10-13 15:59:29 +0200
committerPatrick2023-10-13 15:59:29 +0200
commit8ceca98f04b88798794748572fce184b92144d2d (patch)
treef47412c25cb3aba62447e6df96a2f9cc288f6b27 /esp32/esp_project/main/wifi.h
parent9eaa420b7bf51cc81c50e7f4ca0f256498a07c86 (diff)
downloadmatrix_esp_thesis-8ceca98f04b88798794748572fce184b92144d2d.tar.gz
matrix_esp_thesis-8ceca98f04b88798794748572fce184b92144d2d.zip
working examples for esp
Diffstat (limited to 'esp32/esp_project/main/wifi.h')
-rw-r--r--esp32/esp_project/main/wifi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp32/esp_project/main/wifi.h b/esp32/esp_project/main/wifi.h
new file mode 100644
index 0000000..750a197
--- /dev/null
+++ b/esp32/esp_project/main/wifi.h
@@ -0,0 +1 @@
+void wifi_init(const char *ssid, const char *pass); \ No newline at end of file