Skip to content

Commit 2bda51f

Browse files
committed
merge conflict hardware_api
1 parent 644389b commit 2bda51f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/current_sense/hardware_api.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ void _configureADCInline(const int pinA,const int pinB,const int pinC = NOT_SET)
2828
* @param pinC - adc pin C
2929
*/
3030
void _configureADCLowSide(const int pinA,const int pinB,const int pinC = NOT_SET);
31+
32+
void _startADC3PinConversionLowSide();
33+
3134
/**
3235
* function reading an ADC value and returning the read voltage
3336
*

0 commit comments

Comments
 (0)