mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 20:07:21 -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(); |