CyrusBuilt.MonoPi.IO.GpioMem.ExportPin C# (CSharp) Method

ExportPin() private static method

Exports the pin setting the direction.
private static ExportPin ( GpioPins pin, PinMode mode ) : void
pin GpioPins /// The pin on the board to export. ///
mode PinMode /// The I/0 mode of the pin. ///
return void
		private static void ExportPin(GpioPins pin, PinMode mode) {
			internal_ExportPin((Int32)pin, mode);
		}