mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-09 13:47:17 -05:00
6 lines
173 B
C
6 lines
173 B
C
|
#pragma once
|
||
|
|
||
|
void doSetup2(); //main setup function, displays the setup menu, calls various dialog boxes
|
||
|
void setupTouch();
|
||
|
void runLocalOscSetting();
|
||
|
void runBfoSetting();
|