Skip to content

Commit 0d54abe

Browse files
committed
Merge branch 'dev' of github.com:maxlem/Arduino-FOC into dev
2 parents 7e802f6 + 7698c0e commit 0d54abe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/current_sense/hardware_api.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ float _readADCVoltageInline(const int pinA);
2020
*/
2121
void _configureADCInline(const int pinA,const int pinB,const int pinC = NOT_SET);
2222

23+
void _start3PinsDMA();
24+
void _read3PinsDMA(const int pinA,const int pinB,const int pinC, float & a, float & b, float & c);
25+
void _configure3PinsDMA(const int pinA,const int pinB,const int pinC = NOT_SET);
26+
2327
#endif

0 commit comments

Comments
 (0)