Skip to content

Commit 6347307

Browse files
author
Jason Duncan
committed
Merge branch 'master' of github.com:functionreturnfunction/G27_Pedals_and_Shifter
2 parents d81a347 + a379d9c commit 6347307

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

G27_Pedals_and_Shifter.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// G27_Pedals_and_Shifter.ino
2+
// by Jason Duncan
3+
4+
// Partially adapted from the work done by isrtv.com forums members pascalh and xxValiumxx:
5+
// http://www.isrtv.com/forums/topic/13189-diy-g25-shifter-interface-with-h-pattern-sequential-and-handbrake-modes/
6+
17
#include "Joystick.h"
28

39
// for debugging, gives serial output rather than working as a joystick

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# G27 Pedals and Shifter
22

3+
Arduino-based USB interface for Logitech G27 pedals and shifter:
4+
5+
![on breadboard](https://raw.githubusercontent.com/functionreturnfunction/G27_Pedals_and_Shifter/master/Breadboard.jpg)
6+
![in altoids tin](https://raw.githubusercontent.com/functionreturnfunction/G27_Pedals_and_Shifter/master/Altoids Tin.jpg)
7+
38
## Required Parts/Materials
49

510
* [SparkFun Pro Micro](https://www.sparkfun.com/products/12640) or clone (must be a 5V/16MHz ATmega32U4 with onboard USB)

0 commit comments

Comments
 (0)