#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