An IMotor implementation for a Stepper motor attached to the EssyBus
$ dotnet add package EssyBusStepperMotorControllerEssyBusStepperMotorController is a .NET library for controlling Stepper motors via the EssyBus protocol. It exposes a high‑level C# API for movement, stops, interrupts, and configuration of motor parameters such as acceleration and speed.
Install via the .NET CLI:
dotnet add package EssyBusStepperMotorController
Or via the Package Manager Console:
Install-Package EssyBusStepperMotorController
This project is licensed under the MIT License - see the LICENSE file for details.