imrishabh18/rp2040-motor-controller

This circuit module provides a microcontroller-based NEMA17 stepper motor driver with integrated USB-C Power Delivery, temperature sensing, and safety interlocks.

Version
1.0.14
License
unset
Stars
0

dist/index.d.ts

import * as react from 'react';

declare function Rp2040MotorController({ routingDisabled, }?: {
    routingDisabled?: boolean;
}): any;

export { Rp2040MotorController as default };