Skip to content

Commit 972a3fe

Browse files
authored
Update main.ts
1 parent e963708 commit 972a3fe

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

main.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
//% color="#AA278D" weight=100 icon="\uf1ec"
99
namespace RemoteControl {
1010

11-
//% block
12-
export function up() :number {
13-
return _up;
14-
}
15-
//% block
16-
export function down() :number {
17-
return _down;
18-
}
1911

2012
// note that Caml casing yields lower case
2113
// block text with spaces
@@ -63,3 +55,12 @@ namespace RemoteControl {
6355
export function init_Keyestudio () : void {
6456
}
6557
}
58+
59+
//% block
60+
export function up() :number {
61+
return _up;
62+
}
63+
//% block
64+
export function down() :number {
65+
return _down;
66+
}

0 commit comments

Comments
 (0)