From 680d26b62e27edd5cf0082255ec3041fd0574097 Mon Sep 17 00:00:00 2001 From: zeplintwo <5912387+zeplintwo@users.noreply.github.com> Date: Sat, 17 Jul 2021 18:57:14 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe28214..4570796 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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. @@ -11,7 +11,8 @@ The idea was that I wanted a block of time (currently at 100ms can be change in 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.