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 6997b78 commit 4488e05Copy full SHA for 4488e05
examples/Oled_Display/Oled_Display.ino
@@ -1,9 +1,7 @@
1
#include "Arduino_SensorKit.h"
2
3
-SensorKit kit;
4
-
5
void setup() {
6
- kit.begin();
+ Oled.begin();
7
}
8
9
void loop() {
0 commit comments