7 lines
79 B
C
7 lines
79 B
C
#ifndef UI_THREAD_H
|
|
#define UI_THREAD_H
|
|
|
|
void setupUI();
|
|
void loopUI();
|
|
|
|
#endif |