We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2629469 commit 83d58c7Copy full SHA for 83d58c7
1 file changed
main.ts
@@ -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
19
+ export function init_HX1838() {
20
21
22
+}
23
24
25
let nul = 0
26
let een = 0
27
let twee = 0
0 commit comments