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 dc6ae98 commit ae8d168Copy full SHA for ae8d168
examples/Pressure_Sensor/Pressure_Sensor.ino
@@ -12,7 +12,7 @@ void setup() {
12
void loop() {
13
// Get and print temperatures
14
Serial.print("Temp: ");
15
- Serial.print(Pressure.getTemperature());
+ Serial.print(Pressure.readTemperature());
16
Serial.println("C"); // The unit for Celsius because original arduino don't support speical symbols
17
18
// Get and print atmospheric pressure data
0 commit comments