From 492b336347406fa80d32aa0061ab25b65f6f454e Mon Sep 17 00:00:00 2001 From: Michael Klein <37311672+MKleinSB@users.noreply.github.com> Date: Thu, 17 Sep 2020 19:09:39 +0200 Subject: [PATCH] Aktualisiere main.ts --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 50e78f7..845f70e 100644 --- a/main.ts +++ b/main.ts @@ -414,7 +414,7 @@ namespace grove { * @param xPin * @param yPin */ - //% blockId=grove_joystick_read block="%ThumbJoystick|read position of joystick at|%xpin|and|%ypin" + //% blockId=grove_joystick_read block="read position of joystick at|%xpin|and|%ypin" //% group="Thumbjoystick" xPin.defl=AnalogPin.C16 yPin.defl=AnalogPin.C17 joyread(xPin: AnalogPin, yPin: AnalogPin): number { let xdata = 0, ydata = 0, result = 0;