Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zeplintwo committed Jul 18, 2021
2 parents ac8ebbe + 680d26b commit c3eddc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
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.

0 comments on commit c3eddc5

Please sign in to comment.