Expand description
Error types for stepper-motion library.
Provides unified error handling across configuration, motor control, and motion execution.
Enums§
- Config
Error - Configuration-related errors.
- Error
- Unified error type for all stepper-motion operations.
- Motion
Error - Motion profile and execution errors.
- Motor
Error - Motor operation errors.
- Trajectory
Error - Trajectory-related errors.
Type Aliases§
- Result
- Result type alias using the library’s Error type.