mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-08 00:32:57 +00:00
8 lines
81 B
C#
8 lines
81 B
C#
|
namespace EightBit
|
|||
|
{
|
|||
|
public enum PinLevel
|
|||
|
{
|
|||
|
Low, High
|
|||
|
}
|
|||
|
}
|