Skip to content

Commit 83d58c7

Browse files
authored
Update main.ts
1 parent 2629469 commit 83d58c7

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

main.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/**
2+
* Functions are mapped to blocks using various macros
3+
* in comments starting with %. The most important macro
4+
* is "block", and it specifies that a block should be
5+
* generated for an **exported** function.
6+
*/
7+
8+
//% color="#AA278D" weight=100
9+
namespace RemoteControl {
10+
//% block
11+
export function init_Keyestudio() {
12+
13+
}
14+
15+
// note that Caml casing yields lower case
16+
// block text with spaces
17+
18+
//% block
19+
export function init_HX1838() {
20+
21+
}
22+
}
23+
24+
125
let nul = 0
226
let een = 0
327
let twee = 0

0 commit comments

Comments
 (0)