We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f74780 commit 7fc1bcbCopy full SHA for 7fc1bcb
1 file changed
main.ts
@@ -29,6 +29,18 @@ namespace RemoteControl {
29
// note that Caml casing yields lower case
30
// block text with spaces
31
32
+ //% block
33
+ export function up() :number {
34
+ return _up;
35
+ }
36
37
+ export function down() :number {
38
+ return _down;
39
40
+
41
42
43
44
//% block
45
46
export function init_HX1838() : void {
@@ -74,11 +86,3 @@ export function init_Keyestudio () : void {
74
86
}
75
87
76
88
77
- //% block
78
- export function up() :number {
79
- return _up;
80
- }
81
82
- export function down() :number {
83
- return _down;
84
0 commit comments