Aktualisiere main.ts
This commit is contained in:
parent
ad17fcc331
commit
09fba508bd
2
main.ts
2
main.ts
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user