-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/zeplintwo/AnalogWASD-2
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Analog_WASD | ||
---------- WIP ---------- | ||
**---------- WIP ----------** | ||
|
||
TARGET scripting software to PWM HOTAS inputs into Duty Cycle timed keypresses. | ||
|
||
---------- WIP ---------- | ||
**---------- WIP ----------** | ||
|
||
This is the first public release of a PWM keypress system for a joystick axis of rotation. | ||
|
||
The idea was that I wanted a block of time (currently at 100ms can be change in script) to represent the range of motion from center to the max value of an axis. With a minimum buffer of a keypress to make sure that all input is properly executed (current set a 25ms can be change in script). | ||
This was not a simple task as I have been though no less than 5 code designs. And this current design while works I am not totally satisfied with it is build. | ||
I only have the conversion working for a single stick on the Thrustmaster Warthog HOTAS. | ||
|
||
WIP | ||
But have built in the ability to use the T16000.m Dual sticks (NO TESTING OF T1600.M HAS BEEN DONE). | ||
**WIP** | ||
|
||
*But have built in the ability to use the T16000.m Dual sticks (NO TESTING OF T1600.M HAS BEEN DONE). * | ||
|
||
I am posting for the simple reason I am looking to show the code to get help with some questions that I have not been able to answer from my limited programing knowledge. I have some ideas to get the throttle working. But, with the limited C++ Code base that TARGET has not sure if these ideas will work. |