You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Connect input and output devices to the DCS: World flight simulator using DCS-BIOS.
5
5
paragraph=DCS-BIOS is a piece of software that can extract data from DCS: World and sends them to an Arduino. It also accepts commands over the serial port. This library talks to DCS-BIOS and allows you to connect any component your Arduino can communicate with to your virtual cockpit.
Copy file name to clipboardExpand all lines: releasenotes.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## v0.3.5
2
+
- Switched all examples to DCSBIOS_DEFAULTSERIAL for compatibility
3
+
- Updated some of the internal documentation
4
+
- Added details and more controls to OneOfEverything example.
5
+
- Fixed errors with Matrix enabled buttons.
6
+
- Added additional options to Dimmer class for a range map or complete custom mapping function.
7
+
- Removed conditional requirement in servo.h. There is some risk this may not build on some hardware, so please open an issue asap if you find errors regarding Servos.h
8
+
1
9
## v0.3.4
2
10
3
11
- Fix missing methods in PotentiometerInv causing a build error.
0 commit comments