It would be good to read the voltage of the motor cards. I found, that it is possible to read that voltage via `get_analog_input`, if you know the correct pin number. I see two possible options: 1. add a `get_voltage` method (which does the correct calculation to return the voltage in Volts) 2. add a `VIN` enum member to the `IO` enum of the motor cards, see my PR #103 for one motor card. Thanks for considering.
It would be good to read the voltage of the motor cards.
I found, that it is possible to read that voltage via
get_analog_input, if you know the correct pin number.I see two possible options:
get_voltagemethod (which does the correct calculation to return the voltage in Volts)VINenum member to theIOenum of the motor cards, see my PR Add VIN to IO enum of TMCM6110 #103 for one motor card.Thanks for considering.