|
HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
|
Payload for CONFIG_SET / CONFIG_RESPONSE. More...
#include <espnow_protocol.hpp>
Public Attributes | |
| uint32_t | cycle_amount |
| float | oscillation_vmax_rpm |
| float | oscillation_amax_rev_s2 |
| uint32_t | dwell_time_ms |
| uint8_t | bounds_method |
| float | bounds_search_velocity_rpm |
| float | stallguard_min_velocity_rpm |
| float | stall_detection_current_factor |
| float | bounds_search_accel_rev_s2 |
| int8_t | stallguard_sgt |
Payload for CONFIG_SET / CONFIG_RESPONSE.
PROTOCOL V2 CHANGE: Replaced time_per_cycle_sec with oscillation_vmax_rpm and oscillation_amax_rev_s2 for direct TMC5160 ramp control.
| uint8_t ConfigPayload::bounds_method |
| float ConfigPayload::bounds_search_accel_rev_s2 |
| float ConfigPayload::bounds_search_velocity_rpm |
| uint32_t ConfigPayload::cycle_amount |
| uint32_t ConfigPayload::dwell_time_ms |
| float ConfigPayload::oscillation_amax_rev_s2 |
| float ConfigPayload::oscillation_vmax_rpm |
| float ConfigPayload::stall_detection_current_factor |
| float ConfigPayload::stallguard_min_velocity_rpm |
| int8_t ConfigPayload::stallguard_sgt |