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 f15e881 commit 21175b4Copy full SHA for 21175b4
src/utility/RTD/MAX31865.cpp
@@ -128,7 +128,7 @@ uint32_t MAX31865Class::readRTD() {
128
writeByte(MAX31856_CONFIG_REG, (readByte(MAX31856_CONFIG_REG) | MAX31856_CONFIG_BIAS_ON));
129
delay(10);
130
131
- // ONE shot cOnfIg and make readings change with readByte
+ // one shot config and make readings change with readByte
132
writeByte(MAX31856_CONFIG_REG, readByte(MAX31856_CONFIG_REG) | MAX31856_CONFIG_ONE_SHOT);
133
delay(65);
134
0 commit comments