Files @ 755225bf1731
Branch filter:

Location: protofusion-esp32-template/main/osc_control.h

Ethan Zonca
Add discovery message TX. Add unused nonvolatile flash saving.
1
2
3
4
5
6
7
8
9

#ifndef _OSC_CONTROL_H_
#define _OSC_CONTROL_H_


void osc_init();


#endif // _OSC_CONTROL_H_