Skip to content

Commit 21175b4

Browse files
committed
Minor typo fixed
1 parent f15e881 commit 21175b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/RTD/MAX31865.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ uint32_t MAX31865Class::readRTD() {
128128
writeByte(MAX31856_CONFIG_REG, (readByte(MAX31856_CONFIG_REG) | MAX31856_CONFIG_BIAS_ON));
129129
delay(10);
130130

131-
// ONE shot cOnfIg and make readings change with readByte
131+
// one shot config and make readings change with readByte
132132
writeByte(MAX31856_CONFIG_REG, readByte(MAX31856_CONFIG_REG) | MAX31856_CONFIG_ONE_SHOT);
133133
delay(65);
134134

0 commit comments

Comments
 (0)