hw_jogpot()

Returns the jogging potentiometer value.

Retrieves the current value from the jogging potentiometer.

Syntax

planetcnc.hw_jogpot()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
jogpot_value = planetcnc.hw_jogpot()
print("Jogging potentiometer value:", jogpot_value)

See also