Skip to content

Commit 1ba6323

Browse files
committed
Remove prints for now
1 parent 7349a1e commit 1ba6323

File tree

4 files changed

+31
-2350
lines changed

4 files changed

+31
-2350
lines changed

wasm_apps/assemblyscript/app.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ let LED: u32 = dev.getPinLED();
44

55
function setup(): void {
66
dev.pinMode(LED, dev.OUTPUT);
7-
8-
dev.print('Hello from AssemblyScript 😊\n');
97
}
108

119
function run(): void {
12-
const t: u32 = dev.millis();
13-
dev.println('[' + t.toString() + '] ' + 'Тест юнікоду.');
14-
1510
dev.digitalWrite(LED, dev.HIGH);
1611
dev.delay(100);
1712
dev.digitalWrite(LED, dev.LOW);

wasm_apps/assemblyscript/app.wasm

-3.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)