Remote Control Turtle
Follow this video instructions to learn how to:
- Run a function to move Pixel Turtle when the joystick is pressed with
kit.on_joystick_click
- Change a global value from a function with
global
- Ask Pixel Kit to check for hardware events and trigger the events with
kit.check_controls()