GPIOType Enumeration
GPIO types
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
Output | 0 |
General Purpose IO (GPIO) is configured as output pin.
|
Input | 1 |
General Purpose IO (GPIO) is configured as input pin.
|
RfIdOn | 2 |
General Purpose IO (GPIO) will act as a Sampo S1 RFID on led (high active).
|
RfIdRead | 3 |
General Purpose IO (GPIO) will act as a Sampo S1 RFID read led (high active).
|
Beeper | 4 |
General Purpose IO (GPIO) will act as a beeper (high active).
|
AntCtl1 | 5 |
General Purpose IO (GPIO) is configured as antenna control 1 (bit0).
|
AntCtl2 | 6 |
General Purpose IO (GPIO) is configured as antenna control 2 (bit1).
|