ubitxv6/setup.h

9 lines
133 B
C
Raw Normal View History

2020-01-19 22:24:26 -05:00
#pragma once
2020-02-15 16:49:30 -05:00
#include "menu.h"
extern Menu_t* const setupMenu;
2020-01-19 22:24:26 -05:00
void setupTouch();
void runLocalOscSetting();
void runBfoSetting();