AdvantechUNOPinDirection

Description

Advantech UNO pin direction.

namespace AdvantechUNOPinDirection
{
	enum Type
	{
		Input,
		Output
	};
}