Skip to content

Commit

Permalink
Revert "Default parameter values in setShunt() follow spec sheet now"
Browse files Browse the repository at this point in the history
This reverts commit b7af448.
  • Loading branch information
Dennis-van-Gils committed Jun 19, 2024
1 parent 3c27a1c commit 55c98df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_INA228.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Adafruit_INA228 {
void reset(void);
void resetAccumulators(void);

void setShunt(float shunt_res = 0.015, float max_current = 10.,
void setShunt(float shunt_res = 0.1, float max_current = 3.2,
uint8_t adc_range = 0);
uint8_t getADCRange(void);
float readDieTemp(void);
Expand Down

0 comments on commit 55c98df

Please sign in to comment.