Skip to content

Commit 94b8381

Browse files
authored
begin() removed
1 parent 394545f commit 94b8381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Arduino_SensorKit.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ SensorKit_BMP280 Pressure;
99
SensorKit::SensorKit(){}
1010

1111
bool SensorKit::begin(){
12-
Oled.begin();
12+
/*Oled.begin();
1313
Oled.enableUTF8Print();
1414
1515
Accelerometer.begin();
1616
delay(100);
1717
Accelerometer.setOutputDataRate(LIS3DHTR_DATARATE_50HZ);
1818
1919
Pressure.begin();
20-
Environment.begin();
20+
Environment.begin();*/
2121
}
2222

2323
void SensorKit::end(){
2424

25-
}
25+
}

0 commit comments

Comments
 (0)