Skip to content

Commit dbbe2ab

Browse files
committed
Quick release notes
1 parent 041a657 commit dbbe2ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.3.2
2+
- Added new feature for SwitchMultiPos, allowing a "default" state to be specified for controls that can have a default state. For example, A-10 Emergency Trim without a center detent
3+
```c++
4+
// Center pos is not connected, so define PIN_NC so that it will return to center when no other pin is active
5+
const byte efcpEmerTrimPins[5] = {DcsBios::PIN_NC, 2, 1, 3, 0};
6+
DcsBios::SwitchMultiPos efcpEmerTrim("EFCP_EMER_TRIM", efcpEmerTrimPins, 5);
7+
```
8+
19
## v0.3.1
210
311
- Fix AnalogMultiPos as per [Analog Multipos does not send commands (github.com)](https://github.com/talbotmcinnis/dcs-bios-arduino-library/issues/2)

0 commit comments

Comments
 (0)