Skip to content

Commit 67e5fa9

Browse files
committed
Update: Resistor Values
1 parent 3b05472 commit 67e5fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/CommonConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace LOAD {
9191
* is the sum of the selected resistors.
9292
*/
9393
constexpr etl::array<uint_fast16_t, NUM_PINS> PIN_VALUES_mOhms = {
94-
500, 1000, 2000, 3000, 5000, 10000}; // in mOhms, in series // TODO
94+
500, 1000, 2000, 2200, 5000, 10000}; // in mOhms, in series // TODO
9595
static_assert(PIN_VALUES_mOhms.size() == NUM_PINS,
9696
"PIN_VALUES size mismatch");
9797
static_assert(PIN_VALUES_mOhms.back() < UINT16_MAX,

0 commit comments

Comments
 (0)