Aktualisierungen.

This commit is contained in:
Michael Klein 2019-11-13 14:14:06 +01:00
parent a7d599b5a4
commit 6ef388e50f
2 changed files with 37 additions and 24 deletions

View File

@ -17,8 +17,20 @@
"grove.PAJ7620.init|block": "%strip|initialisiere den Gestensensor",
"grove.PAJ7620.read|block": "%strip|erkenne Geste",
"grove.TM1637.show|block": "%strip|zeige Zahl|%dispData|",
"grove.TM1637.set|block": "%strip|Helligkeit auf|%level|",
"grove.TM1637.set|block": "%strip|setze Helligkeit auf|%level|",
"grove.TM1637.bit|block": "%strip|zeige Ziffer|%dispData|an Stelle|%bitAddr|",
"grove.TM1637.point|block": "%strip|schalte Kommapunkt|%point|",
"grove.TM1637.clear|block": "%strip|lösche 4-Ziffern Display"
"grove.TM1637.clear|block": "%strip|lösche 4-Ziffern Display",
"GroveJoystickKey.None|block": "Keiner",
"GroveJoystickKey.Right|block": "Rechts",
"GroveJoystickKey.Left|block": "Links",
"GroveJoystickKey.Up|block": "Hoch",
"GroveJoystickKey.Down|block": "Runter",
"GroveJoystickKey.UL|block": "Oben links",
"GroveJoystickKey.UR|block": "Oben rechts",
"GroveJoystickKey.LL|block": "Unten links",
"GroveJoystickKey.LR|block": "Unten rechts",
"GroveJoystickKey.Press|block": "Gedrückt",
"grove.grove_joystick_read|block": "%strip|lies Position von Joystick",
"grove.grove_joystick_create_event|block": "wenn Joystick|%key"
}

View File

@ -15,5 +15,6 @@
"testFiles": [
"test.ts"
],
"public": true
"public": true,
"preferredEditor": "tsprj"
}