#ifndef UI_THREAD_H #define UI_THREAD_H void setupUI(); void loopUI(); #endif