ubitxv6/setup.h

9 lines
133 B
C
Raw Normal View History

2020-01-20 03:24:26 +00:00
#pragma once
2020-02-15 21:49:30 +00:00
#include "menu.h"
extern Menu_t* const setupMenu;
2020-01-20 03:24:26 +00:00
void setupTouch();
void runLocalOscSetting();
void runBfoSetting();