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 fa30d89 commit 43221edCopy full SHA for 43221ed
examples/Pressure_Sensor/Pressure_Sensor.ino
@@ -1,10 +1,8 @@
1
#include "Arduino_SensorKit.h"
2
3
-SensorKit kit;
4
-
5
void setup() {
6
Serial.begin(9600);
7
- kit.begin();
+ Pressure.begin();
8
}
9
10
void loop() {
0 commit comments