File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -4,30 +4,20 @@ Near Field Communication (NFC)
4
4
##############################
5
5
6
6
Near Field Communication (NFC) is a technology for wireless transfer of small amounts of data between two devices.
7
- The provided NFC libraries are RTOS-agnostic and built for Nordic Semiconductor nRF52 and nRF53 Series SoCs.
7
+ The provided NFC libraries are RTOS-agnostic and built for Nordic Semiconductor SoCs.
8
8
9
9
See the :ref: `nrf:ug_nfc ` user guide for information about how to use the libraries in the |NCS |.
10
10
11
11
The following libraries are available:
12
12
13
- Type 2 Tag
13
+ :ref: ` Type 2 Tag < libnfc_t2t >`
14
14
Supports NFC-A Type 2 Tag in read-only mode.
15
15
See :ref: `type_2_tag ` for more information.
16
16
17
- The following variants are available:
18
-
19
- * libnfct2t_nrf52 (for nRF52832, nRF52833, and nRF52840)
20
- * libnfct2t_nrf53 (for nRF5340)
21
-
22
- Type 4 Tag
17
+ :ref: `Type 4 Tag <libnfc_t4t >`
23
18
Supports NFC-A Type 4 Tag.
24
19
See :ref: `type_4_tag ` for more information.
25
20
26
- The following variants are available:
27
-
28
- * libnfct4t_nrf52 (for nRF52832, nRF52833, and nRF52840)
29
- * libnfct4t_nrf53 (for nRF5340)
30
-
31
21
Each library is distributed in both soft-float and hard-float builds.
32
22
33
23
.. important ::
You can’t perform that action at this time.
0 commit comments