index
:
esp32-e-reader
master
An e-reader powered by ESP32 and Waveshare e-paper display.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main
/
util.h
blob: 2a22daaa41f3656137601563ca8dfd1bad70c98f (
plain
)
1
2
3
4
5
6
#ifndef EPD_UTIL_H #define EPD_UTIL_H void delay_ms(unsigned int t); #endif