r1upper/User/device/vofa.h
2025-04-26 17:45:08 +08:00

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