We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e963708 commit 972a3feCopy full SHA for 972a3fe
1 file changed
main.ts
@@ -8,14 +8,6 @@
8
//% color="#AA278D" weight=100 icon="\uf1ec"
9
namespace RemoteControl {
10
11
- //% block
12
- export function up() :number {
13
- return _up;
14
- }
15
16
- export function down() :number {
17
- return _down;
18
19
20
// note that Caml casing yields lower case
21
// block text with spaces
@@ -63,3 +55,12 @@ namespace RemoteControl {
63
55
export function init_Keyestudio () : void {
64
56
}
65
57
58
+
59
+ //% block
60
+ export function up() :number {
61
+ return _up;
62
+ }
+ export function down() :number {
+ return _down;
66
0 commit comments