Skip to content

Commit

Permalink
Merge pull request #139 from ut-issl/feature/modify_stt_hwoc_setting
Browse files Browse the repository at this point in the history
Modify stt current convention time
  • Loading branch information
seki-hiro authored Jul 25, 2023
2 parents 8d613ff + 767fccd commit 3d763cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const float INA260_PARAMETERS_stim210_hw_over_current_threshold_mA = 1000.0f;
// SAGITTA
const INA260_AVERAGING_MODE INA260_PARAMETERS_sagitta_averaging_mode = INA260_AVERAGING_MODE_16;
const INA260_CONVERSION_TIME INA260_PARAMETERS_sagitta_voltage_conversion_time = INA260_CONVERSION_TIME_140US;
const INA260_CONVERSION_TIME INA260_PARAMETERS_sagitta_current_conversion_time = INA260_CONVERSION_TIME_140US;
const INA260_CONVERSION_TIME INA260_PARAMETERS_sagitta_current_conversion_time = INA260_CONVERSION_TIME_204US;
const float INA260_PARAMETERS_sagitta_hw_over_current_threshold_mA = 500.0f;

// OEM7600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const float INA260_PARAMETERS_stim210_hw_over_current_threshold_mA = 1000.0f;
// SAGITTA
const INA260_AVERAGING_MODE INA260_PARAMETERS_sagitta_averaging_mode = INA260_AVERAGING_MODE_16;
const INA260_CONVERSION_TIME INA260_PARAMETERS_sagitta_voltage_conversion_time = INA260_CONVERSION_TIME_140US;
const INA260_CONVERSION_TIME INA260_PARAMETERS_sagitta_current_conversion_time = INA260_CONVERSION_TIME_140US;
const INA260_CONVERSION_TIME INA260_PARAMETERS_sagitta_current_conversion_time = INA260_CONVERSION_TIME_204US;
const float INA260_PARAMETERS_sagitta_hw_over_current_threshold_mA = 500.0f;

// OEM7600
Expand Down

0 comments on commit 3d763cb

Please sign in to comment.