Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Most people still on version 8
  • Loading branch information
cKrijgsman authored May 13, 2024
1 parent 5c60e35 commit 7692c0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assignments/03-game-controller/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ In this weeks assignment we are going to build and embody a physical controller

## Download and install needed libraries
For the code to work, we need an additional library that turns our ItsyBitsy into a device that can send keyboard commands to our computer.
1. Download the[ CircuitPython Library Bundle](https://circuitpython.org/libraries) for Version 9.x
2. Search for the folder names `adafruit_hid` and copy it into the `lib` folder of your `CIRCUITPY` device.
1. Download the[ CircuitPython Library Bundle](https://circuitpython.org/libraries) for Version 8.x. If you get an error about an
incompetable .mpy file then you need the bundle for version 9.x.
3. Search for the folder names `adafruit_hid` and copy it into the `lib` folder of your `CIRCUITPY` device.

---

Expand Down Expand Up @@ -269,4 +270,4 @@ while True:
print(steps(x))
mouse.move(x=-8)
time.sleep(0.02) # Debounce delay
```
```

0 comments on commit 7692c0e

Please sign in to comment.