Skip to content

Commit 43221ed

Browse files
authored
Update Pressure_Sensor.ino
1 parent fa30d89 commit 43221ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/Pressure_Sensor/Pressure_Sensor.ino

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#include "Arduino_SensorKit.h"
22

3-
SensorKit kit;
4-
53
void setup() {
64
Serial.begin(9600);
7-
kit.begin();
5+
Pressure.begin();
86
}
97

108
void loop() {

0 commit comments

Comments
 (0)