Skip to content

Commit eabd5e6

Browse files
author
Jason Duncan
committed
Updated the readme.
1 parent 06ed53f commit eabd5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Arduino-based USB interface for Logitech G27 pedals and shifter:
1111
* [DB9 Connectors](http://www.amazon.com/Female-Male-Solder-Adapter-Connectors/dp/B008MU0OR4/ref=sr_1_1?ie=UTF8&qid=1457291922&sr=8-1&keywords=db9+connectors) 1 male, 1 female
1212
* Hookup wire in assorted colors (I used red, black, blue, green, purple, yellow, orange, and white)
1313
* Some kind of project box (I used an Altoids tin)
14-
14+
1515
## Assembly
1616

1717
Connect the female DB9 connector for the pedals to the board using the pins in the table in the .ino file. Do the same with the male DB9 for the shifter.
@@ -20,7 +20,7 @@ NOTE: when wiring the male connector for the shifter, remember that the pins wil
2020

2121
## Firmware
2222

23-
Install [this dude's Arduino Joystick library](https://github.com/MHeironimus/ArduinoJoystickLibrary).
23+
Copy the 'G27PedalsShifter' directory to the Arduino libraries folder (`%userprofile%\Documents\Arduino\libraries` on Windows).
2424

2525
Open the .ino file in the Arduino IDE, select the proper board type and COM port under "Tools" (you will need to install the [SparkFun board library](https://github.com/sparkfun/Arduino_Boards)). You will probably need to adjust the thresholds for SHIFTER_XAXIS_12 and friends, the values that decide which gear you're in based on the x/y axis of the shifter. Uncomment the `#define DEBUG_SHIFTER true` line near the top to get debugging information to aid in this process.
2626

0 commit comments

Comments
 (0)