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 09f7f20 commit 129d238Copy full SHA for 129d238
examples/ReadSensorsImperial/ReadSensorsImperial.ino
@@ -24,7 +24,7 @@ void setup() {
24
}
25
26
void loop() {
27
- // Passing in FAHRENHEIT as the unit paramter to ENV.readTemperature(...),
+ // Passing in FAHRENHEIT as the unit parameter to ENV.readTemperature(...),
28
// PSI to readPressure(...) and FOOTCANDLE to readIlluminance(...)
29
// allows you to read the sensors values in imperial units
30
float temperature = ENV.readTemperature(FAHRENHEIT);
0 commit comments