// // Copyright (c) Adrian Conlon. All rights reserved. // namespace EightBit { public enum PinLevel { Low, High, } }