mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-29 07:24:40 +00:00
Apply all analysis suggestions
This commit is contained in:
@@ -10,6 +10,7 @@ namespace EightBit
|
||||
|
||||
public static bool Lowered(this PinLevel line) => line == PinLevel.Low;
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1030:Use events where appropriate", Justification = "The word 'raise' is used in an electrical sense")]
|
||||
public static void Raise(this ref PinLevel line) => line = PinLevel.High;
|
||||
|
||||
public static void Lower(this ref PinLevel line) => line = PinLevel.Low;
|
||||
|
Reference in New Issue
Block a user