Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
First public release for testing and asking for assistance with some issues I don't know how to get around yet.
  • Loading branch information
zeplintwo committed Jul 17, 2021
1 parent 191a4f1 commit 0038736
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analog_WSAD_Pre-Axis_Macros.ttm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int AxisToKeySet(){
int AxisToKey(int DC,short PKey){// Application of Dutycycle call to keypress
ActKey(LOCK+KEYON+PKey);
DeferCall((DC+TouchDelay),&ActKey,PKey);
printf("Duty Cycle : %i \xa",DC);
//printf("Duty Cycle : %i \xa",DC);
//DeferCall(PWMTimeLenght,&ActKey,LOCK);
}

Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# Analog_WASD
TARGET scripting software to PWM HOTAS inputs into Duty Cycle timed keypresses.
---------- WIP ----------

TARGET scripting software to PWM HOTAS inputs into Duty Cycle timed keypresses.

---------- 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).

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 0038736

Please sign in to comment.