index
:
pico-relay
master
pico-w project to read a battery over modbus and toggle a relay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui.h
blob: 57c8effb355e519838660e89f5fd928c4ad4bf11 (
plain
)
1
2
3
4
5
6
7
#ifndef GUI_H #define GUI_H void gui_init(void); void gui_draw(void); #endif