R2_UP/User/device/vofa.h

18 lines
116 B
C
Raw Normal View History

2025-03-12 10:46:02 +08:00
#ifndef _VOFA_H_
#define _VOFA_H_
void vofa_tx_main(float *data);
extern float vofa_send[8];
#endif