Low level communication drivers for the Stepper Motor Controller dev board running the mc_stepper firmware.
Table of Contents
The Stepper Motor Controller dev board provides 2 direct communication interfaces:
- UART
- CAN (classic)
CAN us supported natively through the software included in this driver package.
CAN drivers are included in the mc_stepper_driver.h file for simple implementation.
CAN drivers are implemented via the
can_driver submodule.