Aktualisiere main.ts

This commit is contained in:
Michael Klein 2020-09-17 20:47:07 +02:00
parent 2a183e0148
commit f8733cb673

View File

@ -414,8 +414,7 @@ namespace grove {
* @param xPin
* @param 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;
if (xPin && yPin) {