23 lines
181 B
C
23 lines
181 B
C
#ifndef _VOFA_H_
|
|
#define _VOFA_H_
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void vofa_tx_main(float *data);
|
|
|
|
|
|
extern float vofa_send[8];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|