Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/Adafruit-PN532
/ functions
Functions
55 in github.com/adafruit/Adafruit-PN532
⨍
Functions
55
◇
Types & classes
4
↓ 6 callers
Method
setColor
(int color)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:67
↓ 4 callers
Method
log
(String message)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:89
↓ 3 callers
Method
setColor
(int color)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:145
↓ 3 callers
Method
toString
(byte[] command)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:156
↓ 1 callers
Method
isColorQueueLocked
()
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:85
↓ 1 callers
Method
processCommandInternal
(byte[] command)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:107
↓ 1 callers
Method
setPart
(int which, double value)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:77
↓ 1 callers
Method
toHex
(int i)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:151
Method
Adafruit_PN532
/ ! @brief Instantiates a new PN532 class using software SPI. @param clk SPI clock pin (SCK) @param miso SPI MISO pin @
Adafruit_PN532.cpp:92
Method
AsTarget
/ ! @brief set the PN532 as iso14443a Target behaving as a SmartCard @return true on success, false otherwise. @note Author: Salvado
Adafruit_PN532.cpp:1638
Method
ColorMixer
(MyScreen owner)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:32
Method
MyApp
Creates a new MyApp object
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyApp.java:42
Method
MyScreen
Creates a new MyScreen object
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:47
Method
PrintHex
/ ! @brief Prints a hexadecimal value in plain characters @param data Pointer to the byte data @param numBytes Data length in by
Adafruit_PN532.cpp:223
Method
PrintHexChar
/ ! @brief Prints a hexadecimal value in plain characters, along with the char equivalents in the following format 00 00
Adafruit_PN532.cpp:249
Method
SAMConfig
/ ! @brief Configures the SAM (Secure Access Module) @return true on success, false otherwise. */ /
Adafruit_PN532.cpp:495
Method
begin
/ ! @brief Setups the HW @returns true if successful, otherwise false */ /
Adafruit_PN532.cpp:150
Method
fieldChanged
(Field field, int context)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:76
Method
getDataTarget
/ ! @brief Retrieve response from the emulation mode @param cmd = data @param cmdlen = data length @return true on success,
Adafruit_PN532.cpp:1673
Method
getFirmwareVersion
/ ! @brief Checks the firmware version of the PN5xx chip @returns The chip's firmware version and ID */ /
Adafruit_PN532.cpp:277
Method
inDataExchange
/ ! @brief Exchanges an APDU with the currently inlisted peer @param send Pointer to data to send @param sendLength
Adafruit_PN532.cpp:667
Method
inListPassiveTarget
/ ! @brief 'InLists' a passive target. PN532 acting as reader/initiator, peer acting as card/responder. @return true on succes
Adafruit_PN532.cpp:750
Method
isready
/ ! @brief Return true if the PN532 is ready with a response. */ /
Adafruit_PN532.cpp:1548
Method
layout
(int width, int height)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:36
Method
main
Entry point for application @param args Command line arguments (not used)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyApp.java:30
Method
mifareclassic_AuthenticateBlock
/ ! Tries to authenticate a block of memory on a MIFARE card using the INDATAEXCHANGE command. See section 7.3.8 of the PN532 User Manual
Adafruit_PN532.cpp:868
Method
mifareclassic_FormatNDEF
/ ! Formats a Mifare Classic card to store NDEF Records @returns 1 if everything executed properly, 0 for an error */ /
Adafruit_PN532.cpp:1033
Method
mifareclassic_IsFirstBlock
/ ! @brief Indicates whether the specified block number is the first block in the sector (block 0 relative to the current sector)
Adafruit_PN532.cpp:825
Method
mifareclassic_IsTrailerBlock
/ ! @brief Indicates whether the specified block number is the sector trailer. @param uiBlock Block number to test. @ret
Adafruit_PN532.cpp:841
Method
mifareclassic_ReadDataBlock
/ ! Tries to read an entire 16-byte data block at the specified block address. @param blockNumber The block number to authenticate. (
Adafruit_PN532.cpp:936
Method
mifareclassic_WriteDataBlock
/ ! Tries to write an entire 16-byte data block at the specified block address. @param blockNumber The block number to authenticate.
Adafruit_PN532.cpp:996
Method
mifareclassic_WriteNDEFURI
/ ! Writes an NDEF URI Record to the specified sector (1..15) Note that this function assumes that the Mifare Classic card is already for
Adafruit_PN532.cpp:1075
Method
mifareultralight_ReadPage
/ ! @brief Tries to read an entire 4-byte page at the specified address. @param page The page number (0..63 in most cases) @pa
Adafruit_PN532.cpp:1167
Method
mifareultralight_WritePage
/ ! Tries to write an entire 4-byte page at the specified block address. @param page The page number to write. (0..63 for most
Adafruit_PN532.cpp:1242
Method
ntag2xx_ReadPage
/ ! @brief Tries to read an entire 4-byte page at the specified address. @param page The page number (0..63 in most cases) @pa
Adafruit_PN532.cpp:1296
Method
ntag2xx_WriteNDEFURI
/ ! Writes an NDEF URI Record starting at the specified page (4..nn) Note that this function assumes that the NTAG2xx card is already for
Adafruit_PN532.cpp:1439
Method
ntag2xx_WritePage
/ ! Tries to write an entire 4-byte page at the specified block address. @param page The page number to write. (0..63 for most
Adafruit_PN532.cpp:1377
Method
onVirtualTargetEvent
(int targetEvent)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:94
Method
paint
(Graphics graphics)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:40
Method
processCommand
(byte[] command)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/MyScreen.java:98
Method
readDetectedPassiveTargetID
/ ! Reads the ID of the passive target the reader has deteceted. @param uid Pointer to the array that will be populated
Adafruit_PN532.cpp:601
Method
readGPIO
/ ! Reads the state of the PN532's GPIO pins @returns An 8-bit value containing the pin state where: pinState[0] = P30
Adafruit_PN532.cpp:439
Method
readPassiveTargetID
/ ! @brief Waits for an ISO14443A target to enter the field and reads its ID. @param cardbaudrate Baud rate of the card
Adafruit_PN532.cpp:557
Method
readack
/ ! @brief Tries to read the SPI or I2C ACK signal */ /
Adafruit_PN532.cpp:1530
Method
readdata
/ ! @brief Reads n bytes of data from the PN532 via SPI or I2C. @param buff Pointer to the buffer where data will be written @para
Adafruit_PN532.cpp:1602
Method
reset
/ ! @brief Perform a hardware reset. Requires reset pin to have been provided. */ /
Adafruit_PN532.cpp:182
Method
sendCommandCheckAck
/ ! @brief Sends a command and waits a specified period for the ACK @param cmd Pointer to the command buffer @param cmdlen Th
Adafruit_PN532.cpp:323
Method
setDataTarget
/ ! @brief Set data in PN532 in the emulation mode @param cmd = data @param cmdlen = data length @return true on success, f
Adafruit_PN532.cpp:1706
Method
setPassiveActivationRetries
/ ! Sets the MxRtyPassiveActivation byte of the RFConfiguration register @param maxRetries 0xFF to wait forever, 0x00..0xFE to timeout
Adafruit_PN532.cpp:521
Method
startPassiveTargetIDDetection
/ ! @brief Put the reader in detection mode, non blocking so interrupts must be enabled. @param cardbaudrate Baud rate of th
Adafruit_PN532.cpp:581
Method
touchEvent
(TouchEvent message)
examples/apduToBlackBerry/BlackBerry7/src/mypackage/ColorMixer.java:103
Method
waitready
/ ! @brief Waits until the PN532 is ready. @param timeout Timeout before giving up */ /
Adafruit_PN532.cpp:1577
Method
wakeup
/ ! @brief Wakeup from LowVbat mode into Normal Mode. */ /
Adafruit_PN532.cpp:197
Method
writeGPIO
/ ! @brief Writes an 8-bit value that sets the state of the PN532's GPIO pins. @param pinstate P3 pins state. @warning
Adafruit_PN532.cpp:391
Method
writecommand
/ ! @brief Writes a command to the PN532, automatically inserting the preamble and required frame details (checksum, len, etc.)
Adafruit_PN532.cpp:1735