Skip to content

Commit

Permalink
Applied Formatting Changes During GitHub Build
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Build authored and GitHub Build committed Mar 13, 2024
1 parent 1b17784 commit 8da414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/INA138.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class INA138 {
static constexpr uint32_t fixedPoint = 1000; //Use fixpoint variable to multiply everything by 1k
static constexpr uint32_t rShunt = 0.05 * fixedPoint;//0.05 ohm resistor
static constexpr uint32_t r1 = 5000 * fixedPoint; //5k ohm
static constexpr uint32_t r3 = 50000; //50k ohm
static constexpr uint32_t r3 = 50000; //50k ohm
};

}// namespace LVSS
Expand Down

0 comments on commit 8da414f

Please sign in to comment.