Skip to content

0.3.8

Compare
Choose a tag to compare
@talbotmcinnis talbotmcinnis released this 11 Dec 04:08
· 21 commits to master since this release
b16c6b1
  • Added input_min and input_max optional parameters to PotentiometerEWMA to allow a user to calibrate their analog inputs if their physical control does not utilize the full range available to the controller.
  • Fix Switch2Pos state reset logic, and improve it's internal debounce logic for a few edge cases.
  • Add DualModeButton for first multi-seat support. Originally developed for use in Apache cockpits where one switch toggles the function of a physical button between front and back seat DCS control.
  • Included AerialElectron's Concentric Rotary Encoder Emulator. Useful for simpits with a rotary that has a pushbutton, to emulate controlling two different dcs cockpit controls, especially if the dcs controls are dual-ring concentric rotaries. Thanks for the contribution AerialElectron!
  • Integrated No1sonuk's inverted LED support. LEDs now take an optional parameter which can be used to have an SimPit LED operate opposite to a DcsPit LED.
  • Added MatRotaryEncoderT class to support rotary encoders in a matrix. Thanks to ajamtli!