Returns the frequency of the specified output pin.
planetcnc.hw_output_freq(index)
#! /usr/bin/env python import planetcnc freq = planetcnc.hw_output_freq(1) print("Output pin 1 frequency:", freq)