Skip to content

Commit b686bc6

Browse files
authored
Update README.md
1 parent 283c6ee commit b686bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are two different ways you can use this sketch:
1010
1. You can use it as some sort of virtual vJoy device. This is what the sketch is doing at the moment. It will receive messages through the COM port and update the current position of the joystick. It can also send the current forces through the COM port. I'm using this in [BrunnerDX](https://github.com/jmriego/brunnerdx) repo to make the Brunner base appear as a DirectX joystick
1111
2. You can create your own Arduino based joystick using this library as a base. Instead of sending the position/forces through the COM port you can add potentiometers/motors directly.
1212

13-
Just clone this repo into a folder called `Fino`. Because of the way the Arduino IDE works, the main sketch (which here it's `Fino.ino` has to be named similarly to the folder it's located in)
13+
Just clone or download this repo into a folder called `Fino`. Because of the way the Arduino IDE works, the main sketch (which here it's `Fino.ino` has to be named similarly to the folder it's located in)
1414

1515
## In testing
1616

0 commit comments

Comments
 (0)