Line follower chapter 5

This commit is contained in:
2025-02-13 12:19:44 +01:00
parent 04ae50199e
commit 993ca7d0bf
4 changed files with 120 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
module motorcontrol
(input logic clk,
input logic reset,
input logic direction,
input logic [?:0] count_in,
output logic pwm);
endmodule