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
Thanks for your great works Yury!
The simplicity of the configuration and excellence functionality is really impressing!
I want to implement FreeJoy to my telescope for controlling the equatorial mount.
However, the communication with those micro-controllers inside the mount are done by UART.
Is it possible to use some of the ports on the STM32F103 to sent message in UART upon button/axis trigger?
I think it might also be useful for debugging purpose.
The text was updated successfully, but these errors were encountered:
Hi,
FreeJoy is mainly focused in game control devices and implements standard HID protocol.
But if you need to use its functionality for something else you can modificate it as you wish:
axes data stored in two buffers:
Thanks for your great works Yury!
The simplicity of the configuration and excellence functionality is really impressing!
I want to implement FreeJoy to my telescope for controlling the equatorial mount.
However, the communication with those micro-controllers inside the mount are done by UART.
Is it possible to use some of the ports on the STM32F103 to sent message in UART upon button/axis trigger?
I think it might also be useful for debugging purpose.
The text was updated successfully, but these errors were encountered: