mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-11-20 00:31:34 +00:00
9a06b1743f
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
8 lines
81 B
C#
8 lines
81 B
C#
namespace EightBit
|
|
{
|
|
public enum PinLevel
|
|
{
|
|
Low, High
|
|
}
|
|
}
|