CyrusBuilt.MonoPi.IO.GpioMem.ExportPin C# (CSharp) Méthode

ExportPin() private static méthode

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. ///
Résultat void
		private static void ExportPin(GpioPins pin, PinMode mode) {
			internal_ExportPin((Int32)pin, mode);
		}