Aktualisiere main.ts
This commit is contained in:
parent
21d7264b10
commit
492b336347
2
main.ts
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user