Clarifications of EightBit library

This commit is contained in:
Adrian Conlon
2024-09-18 11:23:18 +01:00
parent 0621b9ed1d
commit 489b7b21e6
8 changed files with 5 additions and 27 deletions

View File

@@ -10,10 +10,6 @@ namespace EightBit
{
private PinLevel powerLine;
protected Device()
{
}
public event EventHandler<EventArgs>? RaisingPOWER;
public event EventHandler<EventArgs>? RaisedPOWER;