Skip to content

Commit 0791db7

Browse files
committed
Rename the Logitech shifter examples
And puts them in their own folder, as the library now supports multiple different shifters (although they're all Logitech at the moment...)
1 parent 7ea3fcf commit 0791db7

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

examples/Shifter/ShiftJoystick/ShiftJoystick.ino renamed to examples/Shifter/LogitechShifter/LogitechShifter_Joystick/LogitechShifter_Joystick.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
*/
2222

2323
/**
24-
* @details Emulates the shifter as a joystick over USB.
25-
* @example ShiftJoystick.ino
24+
* @details Emulates the Logitech Driving Force shifter (included with
25+
* the G923 / G920 / G29 wheels) as a joystick over USB.
26+
* @example LogitechShifter_Joystick.ino
2627
*/
2728

2829
// This example requires the Arduino Joystick Library

examples/Shifter/ShiftPrint/ShiftPrint.ino renamed to examples/Shifter/LogitechShifter/LogitechShifter_Print/LogitechShifter_Print.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
*/
2222

2323
/**
24-
* @details Reads and prints the current gear over serial.
25-
* @example ShiftPrint.ino
24+
* @details Reads from the Logitech Driving Force shifter (included with
25+
* the G923 / G920 / G29 wheels) and prints the data over serial.
26+
* @example LogitechShifter_Print.ino
2627
*/
2728

2829
#include <SimRacing.h>

0 commit comments

Comments
 (0)