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 0ce6526 commit f8374d4Copy full SHA for f8374d4
lcdDisplay.ts
@@ -297,6 +297,8 @@ namespace lcdDisplay {
297
export function lcdInitIIC() {
298
creatList();
299
protocol = Protocol.IIC;
300
+ basic.pause(1000);
301
+
302
}
303
304
/**
pxt.json
@@ -16,7 +16,7 @@
16
"test.ts"
17
],
18
"targetVersions": {
19
- "target": "6.0.28",
+ "target": "7.0.42",
20
"targetId": "microbit"
21
},
22
"supportedTargets": [
0 commit comments