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 129d238 commit 11f025dCopy full SHA for 11f025d
examples/ReadSensorsImperial/ReadSensorsImperial.ino
@@ -26,7 +26,7 @@ void setup() {
26
void loop() {
27
// 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
+ // allows you to read the sensor values in imperial units
30
float temperature = ENV.readTemperature(FAHRENHEIT);
31
float humidity = ENV.readHumidity();
32
float pressure = ENV.readPressure(PSI);
0 commit comments