forked from tanchou/Verilog
Refactor DHT11 model: update clock comment for clarity and adjust state machine comment formatting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module dht11_model (
|
||||
inout wire data, // Ligne de données bidirectionnelle
|
||||
input wire clk, // Horloge système (27 MHz)
|
||||
input wire clk, // (27 MHz)
|
||||
input wire rst_n // Reset actif bas
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user