diff --git a/main/osc_control.h b/main/osc_control.h new file mode 100644 --- /dev/null +++ b/main/osc_control.h @@ -0,0 +1,9 @@ + +#ifndef _OSC_CONTROL_H_ +#define _OSC_CONTROL_H_ + + +void osc_init(); + + +#endif // _OSC_CONTROL_H_