mirror of
https://github.com/n-e-y-s/G27_Pedals_and_Shifter.git
synced 2024-08-30 18:22:10 +00:00
Merge branch 'master' of github.com:functionreturnfunction/G27_Pedals_and_Shifter
This commit is contained in:
commit
6347307f28
@ -1,3 +1,9 @@
|
||||
// G27_Pedals_and_Shifter.ino
|
||||
// by Jason Duncan
|
||||
|
||||
// Partially adapted from the work done by isrtv.com forums members pascalh and xxValiumxx:
|
||||
// http://www.isrtv.com/forums/topic/13189-diy-g25-shifter-interface-with-h-pattern-sequential-and-handbrake-modes/
|
||||
|
||||
#include "Joystick.h"
|
||||
|
||||
// for debugging, gives serial output rather than working as a joystick
|
||||
|
@ -1,5 +1,10 @@
|
||||
# G27 Pedals and Shifter
|
||||
|
||||
Arduino-based USB interface for Logitech G27 pedals and shifter:
|
||||
|
||||
![on breadboard](https://raw.githubusercontent.com/functionreturnfunction/G27_Pedals_and_Shifter/master/Breadboard.jpg)
|
||||
![in altoids tin](https://raw.githubusercontent.com/functionreturnfunction/G27_Pedals_and_Shifter/master/Altoids Tin.jpg)
|
||||
|
||||
## Required Parts/Materials
|
||||
|
||||
* [SparkFun Pro Micro](https://www.sparkfun.com/products/12640) or clone (must be a 5V/16MHz ATmega32U4 with onboard USB)
|
||||
|
Loading…
Reference in New Issue
Block a user