GPIOType Enumeration

GPIO types

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public enum GPIOType

Members

Output0 General Purpose IO (GPIO) is configured as output pin.
Input1 General Purpose IO (GPIO) is configured as input pin.
RfIdOn2 General Purpose IO (GPIO) will act as a Sampo S1 RFID on led (high active).
RfIdRead3 General Purpose IO (GPIO) will act as a Sampo S1 RFID read led (high active).
Beeper4 General Purpose IO (GPIO) will act as a beeper (high active).
AntCtl15 General Purpose IO (GPIO) is configured as antenna control 1 (bit0).
AntCtl26 General Purpose IO (GPIO) is configured as antenna control 2 (bit1).

See Also