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 3b05472 commit 67e5fa9Copy full SHA for 67e5fa9
1 file changed
include/CommonConfig.hpp
@@ -91,7 +91,7 @@ namespace LOAD {
91
* is the sum of the selected resistors.
92
*/
93
constexpr etl::array<uint_fast16_t, NUM_PINS> PIN_VALUES_mOhms = {
94
- 500, 1000, 2000, 3000, 5000, 10000}; // in mOhms, in series // TODO
+ 500, 1000, 2000, 2200, 5000, 10000}; // in mOhms, in series // TODO
95
static_assert(PIN_VALUES_mOhms.size() == NUM_PINS,
96
"PIN_VALUES size mismatch");
97
static_assert(PIN_VALUES_mOhms.back() < UINT16_MAX,
0 commit comments