Skip to content

Commit 129d238

Browse files
Rocketctper1234
authored andcommitted
Update examples/ReadSensorsImperial/ReadSensorsImperial.ino
Co-Authored-By: per1234 <[email protected]>
1 parent 09f7f20 commit 129d238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ReadSensorsImperial/ReadSensorsImperial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void setup() {
2424
}
2525

2626
void loop() {
27-
// Passing in FAHRENHEIT as the unit paramter to ENV.readTemperature(...),
27+
// Passing in FAHRENHEIT as the unit parameter to ENV.readTemperature(...),
2828
// PSI to readPressure(...) and FOOTCANDLE to readIlluminance(...)
2929
// allows you to read the sensors values in imperial units
3030
float temperature = ENV.readTemperature(FAHRENHEIT);

0 commit comments

Comments
 (0)