Skip to content

Commit d791d40

Browse files
author
Amanda Butler
authored
Add unique heading ID to NFCEEPROMDriver.md
Add unique heading ID for linking best practices.
1 parent e3894e2 commit d791d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/contributing/connectivity/NFCEEPROMDriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NFC EEPROM driver porting guide
1+
<h2 id="NFC-port">NFC EEPROM driver porting guide</h2>
22

33
NFC EEPROM provides low level operations needed to create an NFC TAG. The device usually allows one device at a time to read and write into a shared memory through one of two channels. One is the radio channel that external devices interacting with the device use. The other is wired to the MCU. Either device needs to obtain a session before performing its operations. The session is released as the last step or through a timeout.
44

0 commit comments

Comments
 (0)