Returns the jogging potentiometer value.
Retrieves the current value from the jogging potentiometer.
planetcnc.hw_jogpot()
#! /usr/bin/env python import planetcnc jogpot_value = planetcnc.hw_jogpot() print("Jogging potentiometer value:", jogpot_value)