another small change, to display correctly on Github

This commit is contained in:
Alexander Richter 2023-10-05 15:22:49 +02:00
parent 6c1a40c442
commit 5d6f996fae

View File

@ -38,7 +38,8 @@ It also supports Digital LEDs such as WS2812 or PL9823. This way you can have as
Planned Features:
- Temperature Probes using 4.7k Pullup-Resistor
-
- Support for i2C LCDs
# Compatiblity
This software works with LinuxCNC 2.8, 2.9 and 2.10. For 2.8 however you have to change #!/usr/bin/python3.9 in the first line of arduino.py to #!/usr/bin/python2.7.
@ -246,6 +247,7 @@ Connect your X and Y Pin of your Joystick to an Analog Pin of your choice.
Depending of the position of the Joystick it will add or substract from a counter, which then is send to LinuxCNC. The more you move the Joystick from the middle Position to the end of movement the more will be added to the counter, which will increase the speed of motion in Jog mode.
Currently Joysticks will only generate an counter in LinuxCNC.
Watch the Video explanation on Youtube:
[![IMAGE ALT TEXT](https://img.youtube.com/vi/hgKXgRvjwPg/0.jpg)](https://youtu.be/hgKXgRvjwPg?si=fK5umqKZm-i0UVMP&t=780 "How to connect Rotary Encoders and Joysticks to LinuxCNC using Arduino")