summaryrefslogtreecommitdiffstats
path: root/main/wifi.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2023-10-06 23:22:42 +0800
committerSadeep Madurange <sadeep@asciimx.com>2023-10-06 23:36:44 +0800
commit7fc10707d654aa154c28f16a06742fb5f0260b92 (patch)
tree410d7ab4de8c60f113abc19ecfb1606652db93ae /main/wifi.h
parent170d30bf548ea2e2196e14e413edf79563500e7f (diff)
downloadesp32-e-reader-7fc10707d654aa154c28f16a06742fb5f0260b92.tar.gz
Improve python script, SPI with DMA, deep sleep.
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..eca5248
--- /dev/null
+++ b/main/wifi.h
@@ -0,0 +1,6 @@
+#ifndef EPD_WIFI_H
+#define EPD_WIFI_H
+
+void wifi_connect(void);
+
+#endif /* EPD_WIFI_H */