summaryrefslogtreecommitdiffstats
path: root/main/util.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/util.h
parent170d30bf548ea2e2196e14e413edf79563500e7f (diff)
downloadesp32-e-reader-7fc10707d654aa154c28f16a06742fb5f0260b92.tar.gz
Improve python script, SPI with DMA, deep sleep.
Diffstat (limited to 'main/util.h')
-rw-r--r--main/util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/util.h b/main/util.h
deleted file mode 100644
index 7156c8f..0000000
--- a/main/util.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef EPD_UTIL_H
-#define EPD_UTIL_H
-
-void delay_ms(unsigned int t);
-
-#endif /* EPD_UTIL_H */