步进电机驱动verilog模块

时间:2022-09-30 10:19:47
【文件属性】:

文件名称:步进电机驱动verilog模块

文件大小:4KB

文件格式:V

更新时间:2022-09-30 10:19:47

步进电机 verilog 步进电机verilog

步进电机驱动verilog模块 module step_motor_control( input clk, input clk_1ko, input rst_n, input cw_en, input ccw_en, input [1:0] velocity, output reg motor1_p, output reg motor1_n, output reg motor2_p, output reg motor2_n, output reg cw_run_one_step, output reg ccw_run_one_step )


网友评论