Source position: PXL.Boards.Types.pas line 33
type TPinMode = (
Input = 0,
Output = 1,
Unknown = 99
);