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 62d6489 commit 5208af2Copy full SHA for 5208af2
examples/Pressure_Sensor/Pressure_Sensor.ino
@@ -5,7 +5,7 @@ SensorKit kit;
5
float pressure;
6
7
void setup() {
8
- Serial.println(9600);
+ Serial.begin(9600);
9
kit.begin();
10
}
11
0 commit comments