mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-21 12:16:55 +00:00
Port of EightBit library to .Net (unworking!)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace EightBit
|
||||
{
|
||||
public enum PinLevel
|
||||
{
|
||||
Low, High
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user