Skip to content

Commit f691ec0

Browse files
authored
Update README.md
1 parent b8a21d7 commit f691ec0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
# PS4ARDUINO-AVR
12

3+
A custom AVR core to make HID-capable AVR boards emulate a PS4-compatible controller!
4+
5+
## How to install
6+
1) In the Arduino IDE, click `File` > `Preferences...` (or do `Ctrl + ,`)
7+
8+
2) Click on this button at the end of the Settings tab:
9+
![Untitled design - 2025-10-05T171857 458](https://github.com/user-attachments/assets/58d9b945-638c-47d8-951d-d997bbc6b5e2)
10+
11+
3) In the box that opens, paste this into a new line `https://flamethr0wer.github.io/PS4Arduino-AVR/package_ps4arduino_index.json` and click `OK`.
12+
13+
4) Open the boards manager by clicking `Tools` > `Board` > `Boards Manager...` or by doing `Ctrl + Shift + B` (or by clicking the board icon on the left panel of the new IDE).
14+
15+
5) Search for `PS4Arduino` and install the latest version of the package
16+
17+
<img width="316" height="246" alt="Screenshot 2025-10-05 172736" src="https://github.com/user-attachments/assets/85a3a07f-4cd6-4faa-9ce4-6c5abbc8c813" />
18+
19+
Once the installation finishes, you're good to go! You can now use the [PS4Arduino library](https://github.com/Flamethr0wer/PS4Arduino).

0 commit comments

Comments
 (0)