|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
Configuration structure for ABN2 (secondary) encoder auto-configuration. More...
#include <tmc9660.hpp>
Public Attributes | |
| uint32_t | countsPerRev |
| Encoder resolution in counts per revolution (CPR) [0-16777215]. | |
| tmc9660::tmcl::Direction | direction |
| Encoder direction (default: NOT_INVERTED) | |
| uint8_t | gearRatio |
| Gear ratio between encoder and motor shaft [1-255] (default: 1, directly coupled) | |
| bool | enable = true |
| Enable the ABN2 encoder (default: true) | |
Configuration structure for ABN2 (secondary) encoder auto-configuration.
| uint32_t tmc9660::TMC9660< CommType >::FeedbackSense::Abn2Config::countsPerRev |
Encoder resolution in counts per revolution (CPR) [0-16777215].
| tmc9660::tmcl::Direction tmc9660::TMC9660< CommType >::FeedbackSense::Abn2Config::direction |
Encoder direction (default: NOT_INVERTED)
| bool tmc9660::TMC9660< CommType >::FeedbackSense::Abn2Config::enable = true |
Enable the ABN2 encoder (default: true)
| uint8_t tmc9660::TMC9660< CommType >::FeedbackSense::Abn2Config::gearRatio |
Gear ratio between encoder and motor shaft [1-255] (default: 1, directly coupled)