You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about setting up the code for the joystick. The actual joystick will be built with Arduino which will pass the data to Python which is where we'll be recording and keeping track of it.
Details
An example of what this could look like is found here:
For this task, we need to set up Arduino code to ensure the joystick can be connected, then pass the data from Arduino to Python. We need to also ensure the data we obtained from this is left, right, up or down corresponding to the direction of the joystick. This might require messing around with the way data is recorded with the joystick.
Deliverable
The final deliverable for this is a code that lets the joystick run and returns left, right, up or down corresponding to the direction of the joystick.
The text was updated successfully, but these errors were encountered:
Joystick Set-Up
Overview
This issue is about setting up the code for the joystick. The actual joystick will be built with Arduino which will pass the data to Python which is where we'll be recording and keeping track of it.
Details
An example of what this could look like is found here:
For this task, we need to set up Arduino code to ensure the joystick can be connected, then pass the data from Arduino to Python. We need to also ensure the data we obtained from this is
left
,right
,up
ordown
corresponding to the direction of the joystick. This might require messing around with the way data is recorded with the joystick.Deliverable
The final deliverable for this is a code that lets the joystick run and returns
left
,right
,up
ordown
corresponding to the direction of the joystick.The text was updated successfully, but these errors were encountered: