Commit Graph

46 Commits

Author SHA1 Message Date
n-e-y-s
627f777a1c
Update G27_Pedals_and_Shifter.ino
Add a note about the observations from @eriknz in https://github.com/n-e-y-s/G27_Pedals_and_Shifter/issues/8
2020-12-12 20:28:25 +01:00
n-e-y-s
3128d37a1b
Update README.md 2020-09-02 21:57:39 +02:00
n-e-y-s
9c041be630 add configurable dead zones for the pedals
add configurable combining of gas and clutch pedals
2020-09-02 21:33:41 +02:00
n-e-y-s
56ccc2137c Merge branch 'n-e-y-s_devel' 2020-06-17 19:52:50 +02:00
n-e-y-s
d618b27e4e
Update README.md 2020-06-16 23:16:00 +02:00
n-e-y-s
ea1e2a7e20 clean up structure 2020-06-16 23:03:30 +02:00
n-e-y-s
64b21f52bd Merge branch 'n-e-y-s_devel' 2020-06-15 19:28:56 +02:00
n-e-y-s
1b54970010 remove spaces in filename 2020-06-15 19:27:36 +02:00
n-e-y-s
a0a7afb27f
Update README.md 2020-06-15 19:24:16 +02:00
n-e-y-s
742da6b52c Revert "Update README.md"
This reverts commit e04c9ce9d0.
2020-06-15 16:39:17 +02:00
n-e-y-s
12e98092f7
Update README.md 2020-06-15 16:29:59 +02:00
n-e-y-s
cb6eca2352
Update README.md 2020-06-15 16:26:14 +02:00
n-e-y-s
fd6fb19b53 Merge branch 'n-e-y-s_devel' of https://github.com/n-e-y-s/G27_Pedals_and_Shifter into n-e-y-s_devel 2020-06-15 16:26:00 +02:00
n-e-y-s
ebc2e80aed add some screenshots 2020-06-15 16:23:55 +02:00
n-e-y-s
f4e3f75c41
Update README.md 2020-06-15 16:19:06 +02:00
n-e-y-s
3e5e7e1925 Merge branch 'n-e-y-s_devel' of https://github.com/n-e-y-s/G27_Pedals_and_Shifter into n-e-y-s_devel 2020-06-15 15:57:30 +02:00
n-e-y-s
d72058326a forbid PySide2 5.15.x versions / start without joystick devive 2020-06-15 15:54:30 +02:00
n-e-y-s
d7b141770f
Update README.md 2020-06-15 15:39:26 +02:00
n-e-y-s
e04c9ce9d0
Update README.md 2020-06-15 15:25:24 +02:00
n-e-y-s
689bf7b71c major rewrite of the G27 arduino SW
- add configurable median filter for axis signals
- replace all configuration preprocessor switches with a calibration
structure stored and loaded from EEPROM
- add more configuration options (invert for all axis, replace reverse
button with the right red button)
- replace ASCII debug serial output with much more efficient binary
serial output
- add a supporting GUI for calibration and configuration
2020-06-15 15:06:05 +02:00
Jason Duncan
3b0fe5431d
Merge pull request #17 from per1234/sketch-folder
Move sketch to appropriately named subfolder
2018-12-03 07:20:49 -05:00
per1234
ea5a97b8d4 Move sketch to appropriately named subfolder
The Arduino IDE requires that a sketch be located in a folder of the same name. Although the name of the repository does match the sketch name, when GitHub's popular Clone or download > Download ZIP feature is used to download the contents of a repository the branch/tag/commit name is appended to the folder name, causing a mismatch.

When opening a file that does not meet this sketch/folder name matching requirement the Arduino IDE presents a dialog:

The file "G27_Pedals_and_Shifter.ino" needs to be inside a sketch folder named "G27_Pedals_and_Shifter".
Create this folder, move the file, and continue?

After clicking "OK" the Arduino IDE currently moves only the file G27_Pedals_and_Shifter.ino to the new folder, leaving behind the other source files. This causes compilation of the sketch to fail:

fatal error: ./lib/G27PedalsShifter.h: No such file or directory
2018-11-26 05:11:55 -08:00
Jason Duncan
e53a1a80a3
Merge pull request #18 from per1234/src-folder
Place bundled library under src folder
2018-11-26 08:01:43 -05:00
per1234
e8f0a93177 Place bundled library under src folder
All recent versions of the Arduino IDE restrict recursive compilation to the src subfolder of the sketch folder. The previous use of the lib folder to store the bundled library caused compilation to fail:

C:\Users\per\AppData\Local\Temp\ccJTFh0h.ltrans0.ltrans.o: In function `setup':

C:\Users\per\Desktop\G27_Pedals_and_Shifter/G27_Pedals_and_Shifter.ino:359: undefined reference to `G27'

C:\Users\per\Desktop\G27_Pedals_and_Shifter/G27_Pedals_and_Shifter.ino:359: undefined reference to `G27'

C:\Users\per\Desktop\G27_Pedals_and_Shifter/G27_Pedals_and_Shifter.ino:359: undefined reference to `G27_::begin(bool)'

etc.

Reference:
https://github.com/arduino/arduino-builder/pull/148
2018-10-20 19:43:33 -07:00
Jason Duncan
b0a1208c1b Made a slight change that might help with compilation. 2017-01-04 16:02:55 -05:00
Jason Duncan
047290f1fa Adjusted shifter axes a bit. Added some preprocessor directives to allow disabling of either pedals or shifter. 2016-10-25 09:07:00 -04:00
Jason Duncan
dfe1f6fe4c Added an option to invert the brake axis. 2016-05-31 09:03:35 -04:00
Jason Duncan
06f899ac62 Still fine-tuning the shifter axes. 2016-05-31 08:48:03 -04:00
Jason Duncan
4d464f5eb8 Gave myself another 50 x for 1st, 3rd and 5th. 2016-04-07 13:17:11 -04:00
Jason Duncan
191da224f6 Fixed my shifter axis values. 2016-04-07 12:43:59 -04:00
Jason Duncan
8228e124e6 Added static thresholds for consistency and such. 2016-04-06 16:05:46 -04:00
Jason Duncan
a9cfbee977 Fixed a bug where a pedal would have to be pushed in halfway before itd start to register. 2016-03-17 14:01:07 -04:00
Jason Duncan
54cb5c5dab Updated readme. 2016-03-07 23:05:01 -05:00
Jason Duncan
206fbaf048 Moved some things around. Renamed the 'G' class to 'G27'. Cut the button count down to 24. 2016-03-07 23:04:33 -05:00
Jason Duncan
eabd5e6389 Updated the readme. 2016-03-07 20:02:10 -05:00
Jason Duncan
06ed53f71d Moved to my own derived library that sends a higher resolution for the pedals. 2016-03-07 19:40:04 -05:00
Jason Duncan
7fea583456 Update README.md 2016-03-06 15:27:47 -05:00
Jason Duncan
01ef61b72c Update README.md 2016-03-06 14:54:11 -05:00
Jason Duncan
6347307f28 Merge branch 'master' of github.com:functionreturnfunction/G27_Pedals_and_Shifter 2016-03-06 14:50:59 -05:00
Jason Duncan
d81a347c47 Upped the baud rate. 2016-03-06 14:50:56 -05:00
Jason Duncan
a379d9c454 Update README.md 2016-03-06 14:45:02 -05:00
Jason Duncan
5880277dd8 Update G27_Pedals_and_Shifter.ino 2016-03-06 14:42:55 -05:00
Jason Duncan
12157925ca Added a couple images. 2016-03-06 14:42:02 -05:00
Jason Duncan
bb5b76327a Update README.md 2016-03-06 14:29:22 -05:00
Jason Duncan
5a606cb27c Added readme. 2016-03-06 14:15:22 -05:00
Jason Duncan
28616a5454 Initial Import. 2016-03-06 14:13:50 -05:00