13 lines
240 B
C
13 lines
240 B
C
|
//
|
||
|
// Created by ZK on 2023/3/14.
|
||
|
//
|
||
|
|
||
|
#ifndef BOOOOMFOC_STSPIN32G4_EVB_COMMUNICATION_H
|
||
|
#define BOOOOMFOC_STSPIN32G4_EVB_COMMUNICATION_H
|
||
|
|
||
|
|
||
|
void SendCurrent_Vofa(float a, float b, float c);
|
||
|
|
||
|
|
||
|
#endif //BOOOOMFOC_STSPIN32G4_EVB_COMMUNICATION_H
|