We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd78d2e commit 7bacc20Copy full SHA for 7bacc20
src/current_sense/InlineCurrentSense.h
@@ -29,9 +29,9 @@ class InlineCurrentSense: public CurrentSense{
29
// ADC measuremnet gain for each phase
30
// support for different gains for different phases of more commonly - inverted phase currents
31
// this should be automated later
32
- int gain_a; //!< phase A gain
33
- int gain_b; //!< phase B gain
34
- int gain_c; //!< phase C gain
+ float gain_a; //!< phase A gain
+ float gain_b; //!< phase B gain
+ float gain_c; //!< phase C gain
35
36
private:
37
0 commit comments