mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 09:06:29 +02:00
Update name and description for DivideByNCounter logic gate
This commit is contained in:
@@ -8,8 +8,8 @@ using System;
|
||||
|
||||
namespace StoneRed.LogicSimulator.Simulation.LogicGates;
|
||||
|
||||
[LogicGateName("DivideByNCounter")]
|
||||
[LogicGateDescription("A clock is a circuit that oscillates between a high and a low state.")]
|
||||
[LogicGateName("Divide By N Counter")]
|
||||
[LogicGateDescription("A divide by N counter is a counter that divides the input frequency by N. The output is high for one tick every N ticks.")]
|
||||
internal class DivideByNCounter : LogicGate, IInteractable
|
||||
{
|
||||
private ICircuitSimulator? circuitSimulator;
|
||||
|
||||
Reference in New Issue
Block a user