Context
Related Issues / PRs:
We are preparing an article for docs.amdc.dev on how to use the encoder interface in Severson-Group/docs.amdc.dev#103. As part of preparing this article, we realized that the AMDC has a series of encoder functions (i.e. encoder_set_pulses_per_rev()) that refer to pulses when they should refer to counts. See these comments:
That is, we wish to change functions like encoder_set_pulses_per_rev() to be named encoder_set_counts_per_rev().
The distinction between pulses and counts are explained in the AMDC's encoder subsystem documentation.
Approach
Close this issue via a PR that renames the functions.
Context
Related Issues / PRs:
We are preparing an article for docs.amdc.dev on how to use the encoder interface in Severson-Group/docs.amdc.dev#103. As part of preparing this article, we realized that the AMDC has a series of encoder functions (i.e.
encoder_set_pulses_per_rev()) that refer topulseswhen they should refer tocounts. See these comments:That is, we wish to change functions like
encoder_set_pulses_per_rev()to be namedencoder_set_counts_per_rev().The distinction between pulses and counts are explained in the AMDC's encoder subsystem documentation.
Approach
Close this issue via a PR that renames the functions.