AlexmagToast / LinuxCNC_ArduinoConnector

This Projekt enables you to connect an Arduino to LinuxCNC and provides as many IO's as you could ever wish for. This Software is used as IO Expansion for LinuxCNC.
60 stars 15 forks source link

Add incremental naming feature #13

Closed ModuloFS closed 1 year ago

ModuloFS commented 1 year ago

Added the incremental naming feature. Because of the incremental naming i had to split the input char "I" in into "I" and "S". Changed it also in the python code.

Have done some cosmetic changes to the code without touching the functionality, just shift the comments basicaly.