'17.9.2020, 19:06:02 0.1.29 ' wiederherstellen '

This commit is contained in:
Michael Klein 2020-09-17 19:13:02 +02:00
parent 4ed40664f7
commit cca1fca078
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
"GroveJoystickKey.LL|block": "Unten links",
"GroveJoystickKey.LR|block": "Unten rechts",
"GroveJoystickKey.Press|block": "Gedrückt",
"grove.joyread|block": "lies Position von Joystick an|%xpin|und|%ypin",
"grove.joyread|block": "%ThumbJoystick|read position of joystick at|%xpin|und|%ypin",
"grove.onJoystick|block": "wenn Grove - Joysticktaste|%key an|%xpin|und|%ypin",
"grove.getJoystick|block": "lies Joysticktaste an|%xpin|und|%ypin"
}

View File

@ -414,7 +414,7 @@ namespace grove {
* @param xPin
* @param yPin
*/
//% blockId=grove_joystick_read block="read position of joystick at|%xpin|and|%ypin"
//% blockId=grove_joystick_read block="%ThumbJoystick|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;

View File

@ -1,6 +1,6 @@
{
"name": "Grove",
"version": "0.1.30",
"version": "0.1.29",
"description": "A Microsoft MakeCode package for Seeed Studio Grove module",
"license": "MIT",
"dependencies": {