Releases: dmadison/Sim-Racing-Arduino
Releases · dmadison/Sim-Racing-Arduino
Version 1.1.5
Version 1.1.4
Changes:
- Tweaks the default calibration of the Logitech shifter class for better compatibility with some G27 shifters (#10)
Version 1.1.3
Changes:
- Fixes a bug where pedal and handbrake positions were not correctly zero'd on disconnect
Version 1.1.2
Changes:
- Pedal and handbrake joystick data is only sent on position change
- Users can now check if pedal and handbrake data has changed between updates using the
positionChanged()
function, instead of having to buffer the returned value fromupdate()
. - Analog axis updates will only report a change if the positional value is within their calibrated range.
- The pedal's serial calibration option now includes option for setting deadzones for the start and end of the travel range.
- The calibrated resting position of the Logitech pedals' brake has been tweaked slightly.
Full Changelog: v1.1.1...v1.1.2
Version 1.1.1
Changes:
- Changed default Y-axis shifter pin from A1 to A2, matching common DIY adapters
Version 1.1.0
New Features:
- Added support for generic analog handbrakes (#2)
Version 1.0.0
Initial release!