Skip to content

Commit 4488e05

Browse files
authored
Update Oled_Display.ino
1 parent 6997b78 commit 4488e05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/Oled_Display/Oled_Display.ino

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

3-
SensorKit kit;
4-
53
void setup() {
6-
kit.begin();
4+
Oled.begin();
75
}
86

97
void loop() {

0 commit comments

Comments
 (0)