Skip to content

Commit 11f025d

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

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
@@ -26,7 +26,7 @@ void setup() {
2626
void loop() {
2727
// Passing in FAHRENHEIT as the unit parameter to ENV.readTemperature(...),
2828
// PSI to readPressure(...) and FOOTCANDLE to readIlluminance(...)
29-
// allows you to read the sensors values in imperial units
29+
// allows you to read the sensor values in imperial units
3030
float temperature = ENV.readTemperature(FAHRENHEIT);
3131
float humidity = ENV.readHumidity();
3232
float pressure = ENV.readPressure(PSI);

0 commit comments

Comments
 (0)